From 9bfe6d472ae31826df9c48f3cc50733dbab70dcc Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 26 Aug 2004 14:18:30 +0000 Subject: 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 --- sys/modules/ipfw/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/modules/ipfw') 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 -- cgit v1.2.3