Uncommented WARNS=0. ipfw2.c is full of printf format errors that are

fatal on alphas.

Fixed setting of WARNS.  WARNS should never be set unconditionally, since
this breaks testing of different WARNS values by setting it at a higher
level (e.g., on the command line).
This commit is contained in:
Bruce Evans 2002-07-11 17:33:37 +00:00
parent 96e33c2107
commit bb89ddf57b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99788

View File

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