I believe this is safe to build with WARNS=2 now

This commit is contained in:
Luigi Rizzo 2009-01-27 09:04:29 +00:00
parent be39e0b2b1
commit 2edea98d7f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187763

View File

@ -2,7 +2,7 @@
PROG= ipfw
SRCS= ipfw2.c
WARNS?= 0
WARNS?= 2
MAN= ipfw.8
.include <bsd.prog.mk>