1 # $NetBSD: Makefile,v 1.1.1.1 2024/09/23 12:52:54 christos Exp $ 2 3 WARNS?= 5 4 .include <bsd.init.mk> 5 6 LIB=jemalloc 7 8 # The symbols from the stub only exist in newer jemalloc. 9 CPPFLAGS+= -DHAVE_JEMALLOC=${HAVE_JEMALLOC:U0} 10 SRCS= jemalloc_stub.c 11 12 .include <bsd.lib.mk> 13