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

.include <bsd.own.mk>

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

WARNS?=	6

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

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