aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ipfw
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/ipfw')
-rw-r--r--sys/modules/ipfw/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile
index c8c82cc67f27..5c433e25c10b 100644
--- a/sys/modules/ipfw/Makefile
+++ b/sys/modules/ipfw/Makefile
@@ -17,16 +17,10 @@ CFLAGS+= -DIPFIREWALL
#
.if !defined(KERNBUILDDIR)
-.if defined(NO_INET6)
-opt_inet6.h:
- cat /dev/null > ${.TARGET}
-.else
+.if !defined(NO_INET6)
opt_inet6.h:
echo "#define INET6 1" > ${.TARGET}
.endif
-
-opt_ipsec.h:
- cat /dev/null > ${.TARGET}
.endif
.include <bsd.kmod.mk>