freebsd-dev/usr.bin/killall/Makefile
Jamie Gritton de6f37045c Add libjail, a (somewhat) simpler interface to the jail_set and jail_get
system calls and the security.jail.param sysctls.

Approved by:	bz (mentor)
2009-06-24 18:18:35 +00:00

8 lines
83 B
Makefile

# $FreeBSD$
PROG= killall
DPADD= ${LIBJAIL}
LDADD= -ljail
.include <bsd.prog.mk>