summaryrefslogtreecommitdiffstats
path: root/usr.sbin/jail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/jail/Makefile')
-rw-r--r--usr.sbin/jail/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/jail/Makefile b/usr.sbin/jail/Makefile
index de35dcf..52d237b 100644
--- a/usr.sbin/jail/Makefile
+++ b/usr.sbin/jail/Makefile
@@ -10,5 +10,8 @@ LDADD= -ljail -lutil
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6
.endif
+.if ${MK_INET_SUPPORT} != "no"
+CFLAGS+= -DINET
+.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud