1# $FreeBSD$ 2# Ethertype filter 3 4COPTS+=-g 5 6KMOD= ng_etf 7SRCS= ng_etf.c 8NOMAN= 9 10.include <bsd.kmod.mk> 11