summaryrefslogtreecommitdiffstats
path: root/cddl/lib/libumem
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/lib/libumem
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/lib/libumem')
-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 ba03301..6b6881e 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>
OpenPOWER on IntegriCloud