aboutsummaryrefslogtreecommitdiff
path: root/bin/test/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-08-02 08:35:51 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-08-02 08:35:51 +0000
commit4b330699f819a81d8e34d471225143ffeb321855 (patch)
tree3794bbf32b858fa79c3e362a4b95adc8a7863010 /bin/test/Makefile
parentcd155b56033ab2693464bdade23e2ccd623e9936 (diff)
Notes
Diffstat (limited to 'bin/test/Makefile')
-rw-r--r--bin/test/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/test/Makefile b/bin/test/Makefile
index 5cd91ebb288d5..001b811c00c9b 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>