2008-05-17 02:31:19 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2008-05-23 22:23:28 +00:00
|
|
|
.PATH: ${.CURDIR}/../../cddl/dev/cyclic
|
2008-05-17 02:31:19 +00:00
|
|
|
|
|
|
|
KMOD= cyclic
|
|
|
|
SRCS= cyclic.c
|
2010-08-23 06:13:29 +00:00
|
|
|
|
2008-05-17 02:31:19 +00:00
|
|
|
SRCS+= vnode_if.h
|
|
|
|
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../cddl/compat/opensolaris \
|
|
|
|
-I${.CURDIR}/../../cddl/contrib/opensolaris/uts/common \
|
|
|
|
-I${.CURDIR}/../.. \
|
2012-03-24 05:16:26 +00:00
|
|
|
-I${.CURDIR}/../../cddl/dev/cyclic/i386
|
2008-05-17 02:31:19 +00:00
|
|
|
|
|
|
|
IGNORE_PRAGMA= 1
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|
2013-08-06 15:51:56 +00:00
|
|
|
|
|
|
|
CFLAGS+= -include ${.CURDIR}/../../cddl/compat/opensolaris/sys/debug_compat.h
|