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/libumem/Makefile | |
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/libumem/Makefile')
-rw-r--r-- | cddl/lib/libumem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cddl/lib/libumem/Makefile b/cddl/lib/libumem/Makefile index ba033011ec75..6b6881e327a9 100644 --- a/cddl/lib/libumem/Makefile +++ b/cddl/lib/libumem/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../../compat/opensolaris/lib/libumem +.PATH: ${.CURDIR}/../../../cddl/compat/opensolaris/lib/libumem LIB= umem SRCS= umem.c -CFLAGS+= -I${.CURDIR}/../../../compat/opensolaris/lib/libumem +CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris/lib/libumem .include <bsd.lib.mk> |