aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/jail/Makefile')
-rw-r--r--usr.sbin/jail/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/jail/Makefile b/usr.sbin/jail/Makefile
index 74fd6c47b1e1..de35dcf248fc 100644
--- a/usr.sbin/jail/Makefile
+++ b/usr.sbin/jail/Makefile
@@ -7,8 +7,6 @@ MAN= jail.8
DPADD= ${LIBJAIL} ${LIBUTIL}
LDADD= -ljail -lutil
-WARNS?= 6
-
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6
.endif