Module Name: src
Committed By: christos
Date: Wed Jan 13 21:57:26 UTC 2016
Modified Files:
src/lib: Makefile
Log Message:
switch to the external version of libmalloc
To generate a diff of this commit:
cvs rdiff -u -r1.237 -r1.238 src/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/Makefile
diff -u src/lib/Makefile:1.237 src/lib/Makefile:1.238
--- src/lib/Makefile:1.237 Thu Dec 31 15:11:32 2015
+++ src/lib/Makefile Wed Jan 13 16:57:26 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.237 2015/12/31 20:11:32 christos Exp $
+# $NetBSD: Makefile,v 1.238 2016/01/13 21:57:26 christos Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -75,7 +75,7 @@ SUBDIR+= ../external/mit/expat/lib
SUBDIR+= ../external/public-domain/sqlite/lib
-SUBDIR+= ../gnu/lib/libmalloc
+SUBDIR+= ../external/gpl2/libmalloc
.if (${MKGCC} != "no")
SUBDIR+= ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libobjc