diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-08-02 08:50:42 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-08-02 08:50:42 +0000 |
commit | d511b20a693d77c1dc2491a62124471361eddd8e (patch) | |
tree | 0e48f6f74b51451185cd0d8b365c12092afdd206 /bin/pkill/Makefile | |
parent | 46b37aa2c4068c1a237b0a7e61b8c2f953b3708c (diff) | |
download | src-d511b20a693d77c1dc2491a62124471361eddd8e.tar.gz src-d511b20a693d77c1dc2491a62124471361eddd8e.zip |
Add HAS_TESTS to all Makefiles that are currently using the
`SUBDIR.${MK_TESTS}+= tests` idiom.
This is a follow up to r321912.
Notes
Notes:
svn path=/projects/make-check-sandbox/; revision=321914
Diffstat (limited to 'bin/pkill/Makefile')
-rw-r--r-- | bin/pkill/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/pkill/Makefile b/bin/pkill/Makefile index 59ad1561f13f..bd755b822b7e 100644 --- a/bin/pkill/Makefile +++ b/bin/pkill/Makefile @@ -19,6 +19,7 @@ MLINKS= pkill.1 pgrep.1 SYMLINKS= ../..${BINDIR}/pkill /usr/bin/pkill SYMLINKS+= ../..${BINDIR}/pgrep /usr/bin/pgrep +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk> |