9 lines
107 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../netinet
KMOD= ipfw_nat
SRCS= ip_fw_nat.c
.include <bsd.kmod.mk>