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 | |
| parent | 5e291c3faf37cc6fa065555c34041e5e67838a83 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/chmod/Makefile | 1 | ||||
| -rw-r--r-- | bin/pwait/Makefile | 1 | ||||
| -rw-r--r-- | bin/sh/Makefile | 5 |
3 files changed, 4 insertions, 3 deletions
diff --git a/bin/chmod/Makefile b/bin/chmod/Makefile index 3b2c2d1ecac6..ffb3352ba553 100644 --- a/bin/chmod/Makefile +++ b/bin/chmod/Makefile @@ -6,6 +6,7 @@ PACKAGE=runtime PROG= chmod +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk> diff --git a/bin/pwait/Makefile b/bin/pwait/Makefile index ab9f3ae73565..210ae3cdb918 100644 --- a/bin/pwait/Makefile +++ b/bin/pwait/Makefile @@ -5,6 +5,7 @@ PACKAGE=runtime PROG= pwait +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk> 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> |
