2002-01-11 15:49:02 +00:00

10 lines
96 B
Makefile

# $FreeBSD$
# Ethertype filter
COPTS+=-g
KMOD= ng_etf
SRCS= ng_etf.c
.include <bsd.kmod.mk>