mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
12 lines
228 B
Makefile
12 lines
228 B
Makefile
|
|
# $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>
|