diff options
| author | Andrey V. Elsukov <ae@FreeBSD.org> | 2016-08-13 16:09:49 +0000 |
|---|---|---|
| committer | Andrey V. Elsukov <ae@FreeBSD.org> | 2016-08-13 16:09:49 +0000 |
| commit | d8caf56e9e9c471ba2adb01c26a4100ef0f8a606 (patch) | |
| tree | 02451b16a796d36054bab9af8bbb52efedadc53c /sys/modules/ipfw_nat64 | |
| parent | 21725bc7b6b0760d6cbb48d8f0b72b7a67da0698 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ipfw_nat64')
| -rw-r--r-- | sys/modules/ipfw_nat64/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/modules/ipfw_nat64/Makefile b/sys/modules/ipfw_nat64/Makefile new file mode 100644 index 000000000000..c64784548f87 --- /dev/null +++ b/sys/modules/ipfw_nat64/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../netpfil/ipfw/nat64 + +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 + +.include <bsd.kmod.mk> |
