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 /cddl/lib/libavl | |
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 '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 2fd2262..8cbaff1 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> |