freebsd-dev/usr.sbin/jexec/Makefile
Xin LI 70b75adf82 Add -u and -U which functions like the jail(8) that allow
commands to be executed under a different credential.

PR:		bin/95777
Submitted by:	clsung
2006-04-19 10:12:10 +00:00

10 lines
104 B
Makefile

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