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

.include <src.opts.mk>

PROG=	jls
MAN=	jls.8
LIBADD=	jail

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

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