summaryrefslogtreecommitdiffstats
path: root/usr.bin/killall/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-08-28 22:09:38 +0000
committerpeter <peter@FreeBSD.org>2000-08-28 22:09:38 +0000
commitf47bf1f4e6a3f541e2923ccc99ff4e21f9b60094 (patch)
tree02dd9c0e6ee759daeb9ab24159dcf85b4b844363 /usr.bin/killall/Makefile
parentdd8b44b3958fa67d802cbbec7c7d82f7fb476229 (diff)
downloadFreeBSD-src-f47bf1f4e6a3f541e2923ccc99ff4e21f9b60094.zip
FreeBSD-src-f47bf1f4e6a3f541e2923ccc99ff4e21f9b60094.tar.gz
After positive feedback from a few folks, activate a switchover to
using killall.c instead of the perl version that depends on procfs. The C version uses sysctl(). The program is based on a hack that was originally written about 6 years ago and has evolved somewhat since then. (which is why it is a superset of killall.pl, rather than being a clone.) With apologies to: wosch
Diffstat (limited to 'usr.bin/killall/Makefile')
-rw-r--r--usr.bin/killall/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/killall/Makefile b/usr.bin/killall/Makefile
index 0a0ced7..ff772a8 100644
--- a/usr.bin/killall/Makefile
+++ b/usr.bin/killall/Makefile
@@ -1,10 +1,5 @@
# $FreeBSD$
-MAINTAINER= wosch
-MAN1= killall.1
-
-beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/killall.pl ${DESTDIR}${BINDIR}/killall
+PROG= killall
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud