Module Name: src
Committed By: christos
Date: Sun May 14 19:01:35 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
move arm to OpenSSL-3.x
To generate a diff of this commit:
cvs rdiff -u -r1.1321 -r1.1322 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1321 src/share/mk/bsd.own.mk:1.1322
--- src/share/mk/bsd.own.mk:1.1321 Sat May 13 21:17:08 2023
+++ src/share/mk/bsd.own.mk Sun May 14 15:01:34 2023
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1321 2023/05/14 01:17:08 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1322 2023/05/14 19:01:34 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -134,6 +134,7 @@ EXTERNAL_GDB_SUBDIR= /does/not/exist
.if ${MACHINE} == "amd64" || \
${MACHINE} == "alpha" || \
${MACHINE_ARCH:Maarch64*} || \
+ ${MACHINE_ARCH:M*arm*} || \
${MACHINE_ARCH} == "sparc64" || \
${MACHINE} == "i386" || \
${MACHINE_ARCH} == "m68k" || \