Add Makefiles if we want to build jemalloc standalone.

This commit is contained in:
christos 2019-03-04 17:29:49 +00:00
parent 776d0ce61e
commit 9f7b5a74cf
2 changed files with 12 additions and 0 deletions

9
external/bsd/jemalloc/lib/Makefile vendored Normal file
View File

@ -0,0 +1,9 @@
# $NetBSD: Makefile,v 1.1 2019/03/04 17:29:49 christos Exp $
.include <bsd.init.mk>
LIB=jemalloc
.include "Makefile.inc"
.include <bsd.lib.mk>

View File

@ -0,0 +1,3 @@
# $NetBSD: shlib_version,v 1.1 2019/03/04 17:29:49 christos Exp $
major=0
minor=0