aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ipfw_nat64
diff options
context:
space:
mode:
authorAndrey V. Elsukov <ae@FreeBSD.org>2018-10-21 16:29:12 +0000
committerAndrey V. Elsukov <ae@FreeBSD.org>2018-10-21 16:29:12 +0000
commitaa2715612cbe9deb76e56c8a87bd7cdaea181505 (patch)
tree0904dad0fd5a7e9751c36fca27fa37e68af5686d /sys/modules/ipfw_nat64
parent91e8ea7f5c6025d1e733d880b136ef3f4918a25f (diff)
Notes
Diffstat (limited to 'sys/modules/ipfw_nat64')
-rw-r--r--sys/modules/ipfw_nat64/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/modules/ipfw_nat64/Makefile b/sys/modules/ipfw_nat64/Makefile
index af7aec875430..e6a3260d48ff 100644
--- a/sys/modules/ipfw_nat64/Makefile
+++ b/sys/modules/ipfw_nat64/Makefile
@@ -6,8 +6,5 @@ KMOD= ipfw_nat64
SRCS= ip_fw_nat64.c nat64_translate.c
SRCS+= nat64lsn.c nat64lsn_control.c
SRCS+= nat64stl.c nat64stl_control.c
-SRCS+= opt_ipfw.h
-
-#CFLAGS+= -DIPFIREWALL_NAT64_DIRECT_OUTPUT
.include <bsd.kmod.mk>