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