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:
parent
96e33c2107
commit
bb89ddf57b
@ -2,7 +2,7 @@
|
||||
|
||||
PROG= ipfw
|
||||
SRCS= ipfw2.c
|
||||
#WARNS= 0
|
||||
WARNS?= 0
|
||||
MAN= ipfw.8
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user