db91f2dd98
the other stuff.
20 lines
363 B
Makefile
20 lines
363 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../cddl/dev/cyclic
|
|
|
|
KMOD= cyclic
|
|
SRCS= cyclic.c
|
|
|
|
SRCS+= vnode_if.h
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../cddl/compat/opensolaris \
|
|
-I${.CURDIR}/../../cddl/contrib/opensolaris/uts/common \
|
|
-I${.CURDIR}/../.. \
|
|
-I${.CURDIR}/../../cddl/dev/cyclic/${MACHINE_ARCH}
|
|
|
|
CFLAGS+= -DDEBUG=1
|
|
|
|
IGNORE_PRAGMA= 1
|
|
|
|
.include <bsd.kmod.mk>
|