# $NetBSD: Makefile,v 1.2 2024/11/22 15:48:41 riastradh Exp $ WARNS?= 5 .include LIB=jemalloc # The symbols from the stub only exist in newer jemalloc. CPPFLAGS+= -DHAVE_JEMALLOC=${HAVE_JEMALLOC:U0} SRCS= jemalloc_stub.c .if ${HAVE_JEMALLOC:U0} <= 100 LIB_EXPSYM= /dev/null .endif .include