Module Name:    src
Committed By:   christos
Date:           Mon Sep 23 13:00:31 UTC 2024

Modified Files:
        src/external/bsd: Makefile

Log Message:
Handle multiple versions of jemalloc


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/external/bsd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/Makefile
diff -u src/external/bsd/Makefile:1.76 src/external/bsd/Makefile:1.77
--- src/external/bsd/Makefile:1.76	Sat Aug 27 17:53:38 2022
+++ src/external/bsd/Makefile	Mon Sep 23 09:00:30 2024
@@ -1,9 +1,9 @@
-#	$NetBSD: Makefile,v 1.76 2022/08/27 21:53:38 dholland Exp $
+#	$NetBSD: Makefile,v 1.77 2024/09/23 13:00:30 christos Exp $
 
 .include <bsd.own.mk>
 
 SUBDIR=	acpica am-utils bc byacc cron dhcpcd elftoolchain/common \
-	ekermit elftosb fetch file flex jemalloc less \
+	ekermit elftosb fetch file flex ${EXTERNAL_JEMALLOC_SUBDIR} less \
 	libarchive libevent libfido2 liblzf libpcap mdocml \
 	ntp openresolv tcpdump tmux top tre wpa
 

Reply via email to