mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
5a4e8b0f24
debug support.
8 lines
85 B
Makefile
8 lines
85 B
Makefile
# $FreeBSD$
|
|
# Ethertype filter
|
|
|
|
KMOD= ng_etf
|
|
SRCS= ng_etf.c
|
|
|
|
.include <bsd.kmod.mk>
|