]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/jail/Makefile
This commit was generated by cvs2svn to compensate for changes in r172677,
[FreeBSD/FreeBSD.git] / usr.sbin / jail / Makefile
1 # $FreeBSD$
2
3 PROG=   jail
4 MAN=    jail.8
5 DPADD=  ${LIBUTIL}
6 LDADD=  -lutil
7
8 WARNS?= 6
9
10 .include <bsd.prog.mk>