freebsd-dev/usr.sbin/jls/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

11 lines
101 B
Makefile

# $FreeBSD$
PROG= jls
MAN= jls.8
DPADD= ${LIBJAIL}
LDADD= -ljail
WARNS?= 6
.include <bsd.prog.mk>