summaryrefslogtreecommitdiffstats
path: root/usr.bin/join/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/join/Makefile')
-rw-r--r--usr.bin/join/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/join/Makefile b/usr.bin/join/Makefile
index 3fa8629..61634ee 100644
--- a/usr.bin/join/Makefile
+++ b/usr.bin/join/Makefile
@@ -1,5 +1,12 @@
+# $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+.include <bsd.own.mk>
+
PROG= join
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud