mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
9 lines
96 B
Makefile
9 lines
96 B
Makefile
# $FreeBSD$
|
|
# Ethertype filter
|
|
|
|
COPTS+=-g
|
|
|
|
KMOD= ng_etf
|
|
SRCS= ng_etf.c
|
|
|
|
.include <bsd.kmod.mk>
|