mirror of
https://github.com/opnsense/src.git
synced 2026-02-10 22:35:04 -05:00
8 lines
105 B
Makefile
8 lines
105 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= ng_ether
|
|
SRCS= ng_ether.c
|
|
|
|
EXPORT_SYMS= ng_ether_enaddr_type
|
|
|
|
.include <bsd.kmod.mk>
|