diff options
| author | christos <christos@NetBSD.org> | 2019-03-12 15:14:02 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2019-03-12 15:14:02 +0000 |
| commit | bedb3602eed93bfab1aeab562dc13977a2dffef6 (patch) | |
| tree | b05766ca5f36639ebea30f5e4e01048523706cd0 /lib/Makefile | |
| parent | 8ebfccbcfac414be15665a44f97b97043586f91f (diff) | |
add libjemalloc for the non-standard jemalloc symbols.
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index d0ae6b8cd00..c65422a6a21 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.268 2019/03/04 08:22:19 maya Exp $ +# $NetBSD: Makefile,v 1.269 2019/03/12 15:14:02 christos Exp $ # from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91 .include <bsd.own.mk> @@ -86,6 +86,8 @@ SUBDIR+= ../external/mit/expat/lib SUBDIR+= ../external/gpl2/libmalloc +SUBDIR+= ../external/bsd/jemalloc/lib + .if (${MKGCC} != "no") SUBDIR+= ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libobjc SUBDIR+= ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libgomp |
