64db83a8ab
encoding the relative path.
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>
|