xref: /freebsd/sys/modules/netgraph/ipfw/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1KMOD=	ng_ipfw
2SRCS= 	ng_ipfw.c opt_inet.h opt_inet6.h
3
4.include <bsd.kmod.mk>
5