bb89ddf57b
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).
9 lines
84 B
Makefile
9 lines
84 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ipfw
|
|
SRCS= ipfw2.c
|
|
WARNS?= 0
|
|
MAN= ipfw.8
|
|
|
|
.include <bsd.prog.mk>
|