freebsd-src/usr.bin/killall/Makefile
Peter Wemm 8750ed5f77 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
2000-08-28 22:09:38 +00:00

6 lines
51 B
Makefile

# $FreeBSD$
PROG= killall
.include <bsd.prog.mk>