]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ipfw_nat64/Makefile
MFV r331695, 331700: 9166 zfs storage pool checkpoint
[FreeBSD/FreeBSD.git] / sys / modules / ipfw_nat64 / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/netpfil/ipfw/nat64
4
5 KMOD=   ipfw_nat64
6 SRCS=   ip_fw_nat64.c nat64_translate.c
7 SRCS+=  nat64lsn.c nat64lsn_control.c
8 SRCS+=  nat64stl.c nat64stl_control.c
9 SRCS+=  opt_ipfw.h
10
11 .include <bsd.kmod.mk>