aboutsummaryrefslogtreecommitdiff
path: root/bin/pkill/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-08-02 08:38:36 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-08-02 08:38:36 +0000
commit46b37aa2c4068c1a237b0a7e61b8c2f953b3708c (patch)
treeac857a66eb2d6f1611fb8ccbaea90c2b45b04658 /bin/pkill/Makefile
parent8c09935728787235a761b6104c91ad6885ed4cd8 (diff)
parent4b330699f819a81d8e34d471225143ffeb321855 (diff)
MFhead@r321912
Notes
Notes: svn path=/projects/make-check-sandbox/; revision=321913
Diffstat (limited to 'bin/pkill/Makefile')
-rw-r--r--bin/pkill/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/pkill/Makefile b/bin/pkill/Makefile
index 302ac66e2b85..59ad1561f13f 100644
--- a/bin/pkill/Makefile
+++ b/bin/pkill/Makefile
@@ -19,8 +19,6 @@ MLINKS= pkill.1 pgrep.1
SYMLINKS= ../..${BINDIR}/pkill /usr/bin/pkill
SYMLINKS+= ../..${BINDIR}/pgrep /usr/bin/pgrep
-.if ${MK_TESTS} != "no"
-SUBDIR+= tests
-.endif
+SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>