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