summaryrefslogtreecommitdiffstats
path: root/sys/modules/ipfw
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-08-26 14:18:30 +0000
committerru <ru@FreeBSD.org>2004-08-26 14:18:30 +0000
commitfdbaf5c59cdb7bb91c868492a1ceb57977003d5c (patch)
treea434f4e4e8bd3779607d6508c39267ae9477e1a9 /sys/modules/ipfw
parent7845779267aeba1e407bd512be0720c6129bbbb1 (diff)
downloadFreeBSD-src-fdbaf5c59cdb7bb91c868492a1ceb57977003d5c.zip
FreeBSD-src-fdbaf5c59cdb7bb91c868492a1ceb57977003d5c.tar.gz
Revert the last change to sys/modules/ipfw/Makefile and fix a
standalone module build in a better way. Silence from: andre MFC after: 3 days
Diffstat (limited to 'sys/modules/ipfw')
-rw-r--r--sys/modules/ipfw/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile
index 6f877e4..cd5a6f7 100644
--- a/sys/modules/ipfw/Makefile
+++ b/sys/modules/ipfw/Makefile
@@ -3,9 +3,7 @@
.PATH: ${.CURDIR}/../../netinet
KMOD= ipfw
-SRCS= ip_fw2.c ip_fw_pfil.c \
- opt_inet.h opt_ipfw.h opt_ipdn.h opt_ipdivert.h opt_ipsec.h \
- opt_pfil_hooks.h
+SRCS= ip_fw2.c ip_fw_pfil.c
CFLAGS+= -DIPFIREWALL
#
@@ -16,7 +14,5 @@ CFLAGS+= -DIPFIREWALL
#If you want it to pass all packets by default
#CFLAGS+= -DIPFIREWALL_DEFAULT_TO_ACCEPT
#
-opt_inet.h:
- echo "#define INET 1" > opt_inet.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud