summaryrefslogtreecommitdiffstats
path: root/cddl/Makefile.inc
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/Makefile.inc
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/Makefile.inc')
-rw-r--r--cddl/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/cddl/Makefile.inc b/cddl/Makefile.inc
index f424b27..bece244 100644
--- a/cddl/Makefile.inc
+++ b/cddl/Makefile.inc
@@ -1,6 +1,6 @@
# $FreeBSD$
-OPENSOLARIS_USR_DISTDIR= ${.CURDIR}/../../../contrib/opensolaris
-OPENSOLARIS_SYS_DISTDIR= ${.CURDIR}/../../../sys/contrib/opensolaris
+OPENSOLARIS_USR_DISTDIR= ${.CURDIR}/../../../cddl/contrib/opensolaris
+OPENSOLARIS_SYS_DISTDIR= ${.CURDIR}/../../../sys/cddl/contrib/opensolaris
IGNORE_PRAGMA= YES
OpenPOWER on IntegriCloud