xref: /freebsd-13.1/sys/modules/netgraph/nat/Makefile (revision c4c9b52b)
1# $FreeBSD$
2
3KMOD=	ng_nat
4SRCS= 	ng_nat.c
5
6.include <bsd.kmod.mk>
7