cea3d0ebcf
MFC after: 17 days X-MFC with: r253996
20 lines
409 B
Makefile
20 lines
409 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/i386
|
|
|
|
IGNORE_PRAGMA= 1
|
|
|
|
.include <bsd.kmod.mk>
|
|
|
|
CFLAGS+= -include ${.CURDIR}/../../cddl/compat/opensolaris/sys/debug_compat.h
|