diff --git a/sys/modules/cyclic/Makefile b/sys/modules/cyclic/Makefile index 93b4b9382ef4..db99488e138b 100644 --- a/sys/modules/cyclic/Makefile +++ b/sys/modules/cyclic/Makefile @@ -1,19 +1,19 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../cddl/cyclic +.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/cyclic/${MACHINE_ARCH} + -I${.CURDIR}/../../cddl/dev/cyclic/${MACHINE_ARCH} CFLAGS+= -DDEBUG=1 IGNORE_PRAGMA= 1 .include