diff options
author | peter <peter@FreeBSD.org> | 1999-04-20 14:31:23 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-04-20 14:31:23 +0000 |
commit | 3dd008201ad3777ab69dc8bfc29492dcad8e36e6 (patch) | |
tree | 13f8a3d2e264c7ef5ef0184cca56c1c9a661151e /sys/modules | |
parent | ab84101dc3c0c09a4a847a7b835ac96debdba93b (diff) | |
download | FreeBSD-src-3dd008201ad3777ab69dc8bfc29492dcad8e36e6.zip FreeBSD-src-3dd008201ad3777ab69dc8bfc29492dcad8e36e6.tar.gz |
No need to use a magic IPFIREWALL_MODULE - the build system supplies
one already we can test for.
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/ipfw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile index c5300e8..a75c212 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 |