# $FreeBSD: src/sys/modules/netgraph/etf/Makefile,v 1.2.2.2 2003/11/10 12:56:22 ru Exp $
# Ethertype filter

KMOD=		ng_etf
SRCS= 		ng_etf.c
KMODDEPS=	netgraph

.include <bsd.kmod.mk>
