aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jls/Makefile
blob: 34a5023516cbb2e47925118d2992b8f1cd298d54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

.include <src.opts.mk>

PROG=	jls
MAN=	jls.8
LIBADD=	jail xo

PACKAGE=jail

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

.include <bsd.prog.mk>