mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
6 lines
73 B
Makefile
6 lines
73 B
Makefile
# Ethertype filter
|
|
|
|
KMOD= ng_etf
|
|
SRCS= ng_etf.c
|
|
|
|
.include <bsd.kmod.mk>
|