summaryrefslogtreecommitdiffstats
path: root/usr.sbin/jail/Makefile
blob: de35dcf248fc1e057c61941cc3d19e952778ceba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.include <bsd.own.mk>

PROG=	jail
MAN=	jail.8
DPADD=	${LIBJAIL} ${LIBUTIL}
LDADD=	-ljail -lutil

.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud