diff options
Diffstat (limited to 'sbin/ipfw/Makefile')
-rw-r--r-- | sbin/ipfw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile index 8cf939d..241d304 100644 --- a/sbin/ipfw/Makefile +++ b/sbin/ipfw/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= ipfw +WARNS= 0 MAN= ipfw.8 -CFLAGS+=-Wall .include <bsd.prog.mk> |