mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
17d6c63672
Not objected to by: -current
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>
|