]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.sbin/jail/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / usr.sbin / jail / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 PROG=   jail
6 MAN=    jail.8
7 DPADD=  ${LIBUTIL}
8 LDADD=  -lutil
9
10 WARNS?= 6
11
12 .if ${MK_INET6_SUPPORT} != "no"
13 CFLAGS+= -DINET6
14 .endif
15
16 .include <bsd.prog.mk>