summaryrefslogtreecommitdiffstats
path: root/cddl/lib/libuutil
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2008-03-27 23:21:25 +0000
committerjb <jb@FreeBSD.org>2008-03-27 23:21:25 +0000
commit5794ada908cc2e195ebcb0217b7164e3bd207e1b (patch)
treefb79d1ba12186e7d8bdaa8ff7434a9cdfb55eec4 /cddl/lib/libuutil
parent586e0246eb781c4b3abd8db78b14582a53fbf171 (diff)
downloadFreeBSD-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 'cddl/lib/libuutil')
-rw-r--r--cddl/lib/libuutil/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/cddl/lib/libuutil/Makefile b/cddl/lib/libuutil/Makefile
index 5fc4a26..309ffd0 100644
--- a/cddl/lib/libuutil/Makefile
+++ b/cddl/lib/libuutil/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../../contrib/opensolaris/lib/libuutil/common
-.PATH: ${.CURDIR}/../../../sys/contrib/opensolaris/common/avl
+.PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libuutil/common
+.PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/avl
LIB= uutil
SRCS= avl.c \
@@ -16,10 +16,10 @@ SRCS= avl.c \
uu_strtoint.c
CFLAGS+= -DNATIVE_BUILD
-CFLAGS+= -I${.CURDIR}/../../../contrib/opensolaris/lib/libuutil/common
-CFLAGS+= -I${.CURDIR}/../../../sys/compat/opensolaris
-CFLAGS+= -I${.CURDIR}/../../../sys/contrib/opensolaris/uts/common
-CFLAGS+= -I${.CURDIR}/../../../compat/opensolaris/include
-CFLAGS+= -I${.CURDIR}/../../../contrib/opensolaris/head
+CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libuutil/common
+CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris
+CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common
+CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris/include
+CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/head
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud