aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fstat
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>2008-03-27 23:21:25 +0000
committerJohn Birrell <jb@FreeBSD.org>2008-03-27 23:21:25 +0000
commite327f524464c142bd1d3b59cd22a966d2fffbfea (patch)
treefb79d1ba12186e7d8bdaa8ff7434a9cdfb55eec4 /usr.bin/fstat
parent244586d6f1194710c2242063b8f68f0c7b071601 (diff)
downloadsrc-e327f524464c142bd1d3b59cd22a966d2fffbfea.tar.gz
src-e327f524464c142bd1d3b59cd22a966d2fffbfea.zip
Notes
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r--usr.bin/fstat/zfs/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/fstat/zfs/Makefile b/usr.bin/fstat/zfs/Makefile
index adbe1690f97c..7896fcc17381 100644
--- a/usr.bin/fstat/zfs/Makefile
+++ b/usr.bin/fstat/zfs/Makefile
@@ -6,14 +6,14 @@ SRCS= zfs.c
OBJS= zfs.o
WARNS?= 1
-CFLAGS+= -I${.CURDIR}/../../../sys/compat/opensolaris
-CFLAGS+= -I${.CURDIR}/../../../compat/opensolaris/include
-CFLAGS+= -I${.CURDIR}/../../../compat/opensolaris/lib/libumem
-CFLAGS+= -I${.CURDIR}/../../../contrib/opensolaris/lib/libzpool/common
-CFLAGS+= -I${.CURDIR}/../../../sys/contrib/opensolaris/uts/common/fs/zfs
-CFLAGS+= -I${.CURDIR}/../../../sys/contrib/opensolaris/uts/common
-CFLAGS+= -I${.CURDIR}/../../../sys/contrib/opensolaris/uts/common/sys
-CFLAGS+= -I${.CURDIR}/../../../contrib/opensolaris/head
+CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris
+CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris/include
+CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris/lib/libumem
+CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libzpool/common
+CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs
+CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common
+CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/sys
+CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/head
CFLAGS+= -I${.CURDIR}/..
all: ${OBJS}