freebsd-dev/sbin/ipfw/Makefile
bde 66790f1133 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).
2002-07-11 17:33:37 +00:00

9 lines
84 B
Makefile

# $FreeBSD$
PROG= ipfw
SRCS= ipfw2.c
WARNS?= 0
MAN= ipfw.8
.include <bsd.prog.mk>