diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-07-11 17:33:37 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-07-11 17:33:37 +0000 |
| commit | bb89ddf57b52e07af7cb376cfc81ed92e7990b48 (patch) | |
| tree | 8a04e4e31ece0b106ff8b9a0ed2cde4e1e3a1005 | |
| parent | 96e33c21070f1637145db88dfc988875ee08da19 (diff) | |
Notes
| -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 e49fe99a4adb..023f682b25f5 100644 --- a/sbin/ipfw/Makefile +++ b/sbin/ipfw/Makefile @@ -2,7 +2,7 @@ PROG= ipfw SRCS= ipfw2.c -#WARNS= 0 +WARNS?= 0 MAN= ipfw.8 .include <bsd.prog.mk> |
