diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-08-02 08:14:06 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-08-02 08:14:06 +0000 |
| commit | 8c09935728787235a761b6104c91ad6885ed4cd8 (patch) | |
| tree | 656506d15b213cca9be7a5a93c648871491e0f15 /bin/sh/Makefile | |
| parent | 5e291c3faf37cc6fa065555c34041e5e67838a83 (diff) | |
Notes
Diffstat (limited to 'bin/sh/Makefile')
| -rw-r--r-- | bin/sh/Makefile | 5 |
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> |
