summaryrefslogtreecommitdiffstats
path: root/usr.bin/truncate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/truncate/Makefile')
-rw-r--r--usr.bin/truncate/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/truncate/Makefile b/usr.bin/truncate/Makefile
index 1b24d35..7e581b8 100644
--- a/usr.bin/truncate/Makefile
+++ b/usr.bin/truncate/Makefile
@@ -1,7 +1,13 @@
# $FreeBSD$
+.include <bsd.own.mk>
+
PROG= truncate
DPADD= ${LIBUTIL}
LDADD= -lutil
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud