Home | History | Annotate | Line # | Download | only in lib
      1  1.2  riastrad # $NetBSD: Makefile,v 1.2 2024/11/22 15:48:41 riastradh Exp $
      2  1.1  christos 
      3  1.1  christos WARNS?= 5
      4  1.1  christos .include <bsd.init.mk>
      5  1.1  christos 
      6  1.1  christos LIB=jemalloc
      7  1.1  christos 
      8  1.1  christos # The symbols from the stub only exist in newer jemalloc.
      9  1.1  christos CPPFLAGS+=	-DHAVE_JEMALLOC=${HAVE_JEMALLOC:U0}
     10  1.1  christos SRCS=		jemalloc_stub.c
     11  1.1  christos 
     12  1.2  riastrad .if ${HAVE_JEMALLOC:U0} <= 100
     13  1.2  riastrad LIB_EXPSYM=	/dev/null
     14  1.2  riastrad .endif
     15  1.2  riastrad 
     16  1.1  christos .include <bsd.lib.mk>
     17