svn commit: r187768 - head/sbin/ipfw
Luigi Rizzo
luigi at FreeBSD.org
Tue Jan 27 03:03:48 PST 2009
Author: luigi
Date: Tue Jan 27 11:03:47 2009
New Revision: 187768
URL: http://svn.freebsd.org/changeset/base/187768
Log:
never mind, for the time being let's stick with WARNS=0 until
we sort out all proper printf formats.
Modified:
head/sbin/ipfw/Makefile
Modified: head/sbin/ipfw/Makefile
==============================================================================
--- head/sbin/ipfw/Makefile Tue Jan 27 10:18:55 2009 (r187767)
+++ head/sbin/ipfw/Makefile Tue Jan 27 11:03:47 2009 (r187768)
@@ -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>
More information about the svn-src-head
mailing list