aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-08-02 08:14:06 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-08-02 08:14:06 +0000
commit8c09935728787235a761b6104c91ad6885ed4cd8 (patch)
tree656506d15b213cca9be7a5a93c648871491e0f15 /bin/sh/Makefile
parent5e291c3faf37cc6fa065555c34041e5e67838a83 (diff)
Notes
Diffstat (limited to 'bin/sh/Makefile')
-rw-r--r--bin/sh/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile
index 65856de36491..62a74f80f79c 100644
--- a/bin/sh/Makefile
+++ b/bin/sh/Makefile
@@ -64,8 +64,7 @@ syntax.c syntax.h: mksyntax
token.h: mktokens
sh ${.CURDIR}/mktokens
-.if ${MK_TESTS} != "no"
-SUBDIR+= tests
-.endif
+HAS_TESTS=
+SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>