diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-08-26 14:18:30 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-08-26 14:18:30 +0000 |
commit | 9bfe6d472ae31826df9c48f3cc50733dbab70dcc (patch) | |
tree | a434f4e4e8bd3779607d6508c39267ae9477e1a9 /sys/modules/ipfw/Makefile | |
parent | 1a9415af171e4acf5340fb0f48bead99be28fff8 (diff) |
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
Notes
Notes:
svn path=/head/; revision=134346
Diffstat (limited to 'sys/modules/ipfw/Makefile')
-rw-r--r-- | sys/modules/ipfw/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile index 6f877e4fb6ef..cd5a6f791e49 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> |