1# $FreeBSD$ 2 3.PATH: ${SRCTOP}/sys/netpfil/ipfw 4 5KMOD= ipfw_nat 6SRCS= ip_fw_nat.c 7 8.include <bsd.kmod.mk> 9