summaryrefslogtreecommitdiffstats
path: root/sys/modules/cyclic
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2008-05-23 22:23:28 +0000
committerjb <jb@FreeBSD.org>2008-05-23 22:23:28 +0000
commitdb91f2dd980b87f91fb0616bbbc4987b519bd222 (patch)
tree7c075e501a12fe7e05f59ae175fc8b2ae5492f8c /sys/modules/cyclic
parenta1fed4f2cd71eba0fad174d3e7aeef2b504b2781 (diff)
downloadFreeBSD-src-db91f2dd980b87f91fb0616bbbc4987b519bd222.zip
FreeBSD-src-db91f2dd980b87f91fb0616bbbc4987b519bd222.tar.gz
The cyclic code is in sys/cddl/dev/cyclic to be consistent with
the other stuff.
Diffstat (limited to 'sys/modules/cyclic')
-rw-r--r--sys/modules/cyclic/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/cyclic/Makefile b/sys/modules/cyclic/Makefile
index 93b4b93..db99488 100644
--- a/sys/modules/cyclic/Makefile
+++ b/sys/modules/cyclic/Makefile
@@ -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
OpenPOWER on IntegriCloud