1# $FreeBSD$
2# Ethertype filter
3
4KMOD=	ng_etf
5SRCS= 	ng_etf.c
6
7.include <bsd.kmod.mk>
8