aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/comm
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/comm')
-rw-r--r--usr.bin/comm/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/comm/Makefile b/usr.bin/comm/Makefile
index ca9134358188..2392035e6c39 100644
--- a/usr.bin/comm/Makefile
+++ b/usr.bin/comm/Makefile
@@ -5,8 +5,6 @@
PROG= comm
-.if ${MK_TESTS} != "no"
-SUBDIR+= tests
-.endif
+SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>