e5a29159a9
it. Now that cgd is completely modularized, descend into modules/cgd to actually create the module.
11 lines
163 B
Makefile
11 lines
163 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/12/28 19:25:07 pgoyette Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/dev
|
|
|
|
KMOD= dk_subr
|
|
SRCS= dksubr.c
|
|
|
|
.include <bsd.kmodule.mk>
|