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