diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2009-01-27 11:03:47 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2009-01-27 11:03:47 +0000 |
| commit | d36bf6e792c461ea932b115b49914050967fecda (patch) | |
| tree | aeeb79d517ed00bea2f96be7026e405ef0c06f0c /sbin/ipfw | |
| parent | 3c0c87177716f56eed122fd5328f6c2dc5be875d (diff) | |
Notes
Diffstat (limited to 'sbin/ipfw')
| -rw-r--r-- | sbin/ipfw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile index 34e850bd317ee..190bea52751fd 100644 --- a/sbin/ipfw/Makefile +++ b/sbin/ipfw/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PROG= ipfw -SRCS= ipfw2.c main.c -WARNS?= 2 +SRCS= ipfw2.c dummynet.c main.c +WARNS?= 0 MAN= ipfw.8 .include <bsd.prog.mk> |
