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