aboutsummaryrefslogtreecommitdiff
path: root/bin/pkill
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-08-14 19:21:37 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-08-14 19:21:37 +0000
commit188e46ab0332a7887da6f1eb5494d92076e3d31e (patch)
tree6a6d4b83eb771bff058b2138718550b2d3650f03 /bin/pkill
parent992f1a8e53e16d91cf43b2a06e856a97dbbe5b87 (diff)
parent79210755878ca1ad93078a8d3f95ffc211be3cef (diff)
downloadsrc-188e46ab0332a7887da6f1eb5494d92076e3d31e.tar.gz
src-188e46ab0332a7887da6f1eb5494d92076e3d31e.zip
Notes
Diffstat (limited to 'bin/pkill')
-rw-r--r--bin/pkill/Makefile1
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>