The cyclic code is in sys/cddl/dev/cyclic to be consistent with

the other stuff.
This commit is contained in:
John Birrell 2008-05-23 22:23:28 +00:00
parent 5a3c3bfaa3
commit 2c2491dd98

View file

@ -1,6 +1,6 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../cddl/cyclic
.PATH: ${.CURDIR}/../../cddl/dev/cyclic
KMOD= cyclic
SRCS= cyclic.c
@ -10,7 +10,7 @@ SRCS+= vnode_if.h
CFLAGS+= -I${.CURDIR}/../../cddl/compat/opensolaris \
-I${.CURDIR}/../../cddl/contrib/opensolaris/uts/common \
-I${.CURDIR}/../.. \
-I${.CURDIR}/../../cddl/cyclic/${MACHINE_ARCH}
-I${.CURDIR}/../../cddl/dev/cyclic/${MACHINE_ARCH}
CFLAGS+= -DDEBUG=1