6f940b3847
and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
15 lines
203 B
Makefile
15 lines
203 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/ccd
|
|
KMOD= ccd
|
|
SRCS= ccd.c ccd.h vnode_if.h
|
|
NOMAN=
|
|
|
|
NCCD?= 4
|
|
CLEANFILES= ccd.h
|
|
|
|
ccd.h:
|
|
echo "#define NCCD ${NCCD}" > ccd.h
|
|
|
|
.include <bsd.kmod.mk>
|