summaryrefslogtreecommitdiffstats
path: root/bin/date/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/date/Makefile')
-rw-r--r--bin/date/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/date/Makefile b/bin/date/Makefile
index 4f5c3fe..6da5848 100644
--- a/bin/date/Makefile
+++ b/bin/date/Makefile
@@ -1,7 +1,13 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
+.include <bsd.own.mk>
+
PROG= date
SRCS= date.c netdate.c vary.c
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud