aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ipfw_nat/Makefile
blob: 0ebc25f95be07e8c578f12a61a23d6c01d2f0d04 (plain) (blame)
1
2
3
4
5
6
7

.PATH: ${SRCTOP}/sys/netpfil/ipfw

KMOD=   ipfw_nat
SRCS=   ip_fw_nat.c

.include <bsd.kmod.mk>