summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/tools/tools.NetBSD.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/tools/tools.NetBSD.mk b/mk/tools/tools.NetBSD.mk
index e67e82c61c5..03e8fe8add3 100644
--- a/mk/tools/tools.NetBSD.mk
+++ b/mk/tools/tools.NetBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.NetBSD.mk,v 1.70 2022/04/04 11:23:07 riastradh Exp $
+# $NetBSD: tools.NetBSD.mk,v 1.71 2022/04/16 08:58:19 riastradh Exp $
#
# System-supplied tools for the NetBSD operating system.
@@ -178,4 +178,7 @@ CXX= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-g++
NATIVE_LD:= /usr/bin/ld
LD= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-ld
+NATIVE_AR:= /usr/bin/ar
+NATIVE_RANLIB:= /usr/bin/ranlib
+
.endif