xref: /freebsd/sys/modules/netgraph/etf/Makefile (revision abd87254)
1# Ethertype filter
2
3KMOD=	ng_etf
4SRCS= 	ng_etf.c
5
6.include <bsd.kmod.mk>
7