freebsd-skq/usr.sbin/jexec/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

10 lines
122 B
Makefile

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