diff options
author | John Birrell <jb@FreeBSD.org> | 2008-03-27 23:21:25 +0000 |
---|---|---|
committer | John Birrell <jb@FreeBSD.org> | 2008-03-27 23:21:25 +0000 |
commit | e327f524464c142bd1d3b59cd22a966d2fffbfea (patch) | |
tree | fb79d1ba12186e7d8bdaa8ff7434a9cdfb55eec4 /cddl/lib/libavl | |
parent | 244586d6f1194710c2242063b8f68f0c7b071601 (diff) | |
download | src-e327f524464c142bd1d3b59cd22a966d2fffbfea.tar.gz src-e327f524464c142bd1d3b59cd22a966d2fffbfea.zip |
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.
Notes
Notes:
svn path=/head/; revision=177674
Diffstat (limited to 'cddl/lib/libavl')
-rw-r--r-- | cddl/lib/libavl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cddl/lib/libavl/Makefile b/cddl/lib/libavl/Makefile index 2fd2262099dc..8cbaff1eca82 100644 --- a/cddl/lib/libavl/Makefile +++ b/cddl/lib/libavl/Makefile @@ -1,10 +1,10 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../../sys/contrib/opensolaris/common/avl +.PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/avl LIB= avl SRCS= avl.c -CFLAGS+= -I${.CURDIR}/../../../sys/compat/opensolaris -CFLAGS+= -I${.CURDIR}/../../../sys/contrib/opensolaris/uts/common +CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris +CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common .include <bsd.lib.mk> |