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