aboutsummaryrefslogtreecommitdiff
path: root/bin/date/Makefile
blob: 6f2e7b7cf900510fcfdbdad758d4db5c81d8ee96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.include <src.opts.mk>

PACKAGE=runtime
PROG=	date
SRCS=	date.c vary.c

HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>