aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-04-20 14:31:23 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-04-20 14:31:23 +0000
commitefd38fd1fa07e0b809fc89cd296600e251f85bb7 (patch)
treeb72a9be960159765812fc26d30f5d3341d2d61a9
parent3a8e3ea5480b817171bf2a8a80f43644c60893f8 (diff)
downloadsrc-efd38fd1fa07e0b809fc89cd296600e251f85bb7.tar.gz
src-efd38fd1fa07e0b809fc89cd296600e251f85bb7.zip
No need to use a magic IPFIREWALL_MODULE - the build system supplies
one already we can test for.
Notes
Notes: svn path=/head/; revision=45872
-rw-r--r--sys/modules/ipfw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile
index c5300e8e3781..a75c2124f586 100644
--- a/sys/modules/ipfw/Makefile
+++ b/sys/modules/ipfw/Makefile
@@ -1,10 +1,10 @@
-# $Id: Makefile,v 1.8 1997/09/10 04:19:07 peter Exp $
+# $Id: Makefile,v 1.9 1998/10/16 04:30:46 peter Exp $
.PATH: ${.CURDIR}/../../netinet
KMOD= ipfw
SRCS= ip_fw.c
NOMAN=
-CFLAGS+= -DIPFIREWALL -DIPFIREWALL_MODULE
+CFLAGS+= -DIPFIREWALL
#
#If you want it verbose
#CFLAGS+= -DIPFIREWALL_VERBOSE