diff options
author | jb <jb@FreeBSD.org> | 2008-03-27 23:21:25 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 2008-03-27 23:21:25 +0000 |
commit | 5794ada908cc2e195ebcb0217b7164e3bd207e1b (patch) | |
tree | fb79d1ba12186e7d8bdaa8ff7434a9cdfb55eec4 /usr.bin/fstat | |
parent | 586e0246eb781c4b3abd8db78b14582a53fbf171 (diff) | |
download | FreeBSD-src-5794ada908cc2e195ebcb0217b7164e3bd207e1b.zip FreeBSD-src-5794ada908cc2e195ebcb0217b7164e3bd207e1b.tar.gz |
The sources covered by Sun's CDDL have been repo copied below the
src/cddl and src/sys/cddl directories per the core@ decision following
the license review.
This change modifies the affected Makefiles to reference the sources
in their new location.
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r-- | usr.bin/fstat/zfs/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/fstat/zfs/Makefile b/usr.bin/fstat/zfs/Makefile index adbe169..7896fcc 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} |