7 lines
70 B
Makefile
7 lines
70 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= ng_ether
|
|
SRCS= ng_ether.c
|
|
|
|
.include <bsd.kmod.mk>
|