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