aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truncate
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-08-02 08:38:36 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-08-02 08:38:36 +0000
commit46b37aa2c4068c1a237b0a7e61b8c2f953b3708c (patch)
treeac857a66eb2d6f1611fb8ccbaea90c2b45b04658 /usr.bin/truncate
parent8c09935728787235a761b6104c91ad6885ed4cd8 (diff)
parent4b330699f819a81d8e34d471225143ffeb321855 (diff)
Notes
Diffstat (limited to 'usr.bin/truncate')
-rw-r--r--usr.bin/truncate/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/truncate/Makefile b/usr.bin/truncate/Makefile
index a6de5c6c9ba03..2f607d4408307 100644
--- a/usr.bin/truncate/Makefile
+++ b/usr.bin/truncate/Makefile
@@ -5,8 +5,6 @@
PROG= truncate
LIBADD= util
-.if ${MK_TESTS} != "no"
-SUBDIR+= tests
-.endif
+SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>