diff options
Diffstat (limited to 'bin/sh/Makefile')
-rw-r--r-- | bin/sh/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile index 65856de36491..db42b417d724 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -64,8 +64,6 @@ syntax.c syntax.h: mksyntax token.h: mktokens sh ${.CURDIR}/mktokens -.if ${MK_TESTS} != "no" -SUBDIR+= tests -.endif +SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk> |