10 lines
96 B
Makefile
10 lines
96 B
Makefile
|
# $FreeBSD$
|
||
|
# Ethertype filter
|
||
|
|
||
|
COPTS+=-g
|
||
|
|
||
|
KMOD= ng_etf
|
||
|
SRCS= ng_etf.c
|
||
|
|
||
|
.include <bsd.kmod.mk>
|