aboutsummaryrefslogtreecommitdiff
path: root/cddl/lib/libumem/Makefile
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>2008-03-27 23:21:25 +0000
committerJohn Birrell <jb@FreeBSD.org>2008-03-27 23:21:25 +0000
commite327f524464c142bd1d3b59cd22a966d2fffbfea (patch)
treefb79d1ba12186e7d8bdaa8ff7434a9cdfb55eec4 /cddl/lib/libumem/Makefile
parent244586d6f1194710c2242063b8f68f0c7b071601 (diff)
downloadsrc-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/Makefile4
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>