Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk switch alpha to OpenSSL-3.x



details:   https://anonhg.NetBSD.org/src/rev/d78fa4a7d8c4
branches:  trunk
changeset: 374842:d78fa4a7d8c4
user:      christos <christos%NetBSD.org@localhost>
date:      Sun May 14 01:17:08 2023 +0000

description:
switch alpha to OpenSSL-3.x

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6ad4520a2fe1 -r d78fa4a7d8c4 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat May 13 20:55:44 2023 +0000
+++ b/share/mk/bsd.own.mk       Sun May 14 01:17:08 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1320 2023/05/13 15:44:59 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1321 2023/05/14 01:17:08 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -132,6 +132,7 @@ EXTERNAL_GDB_SUBDIR=                /does/not/exist
 # What OpenSSL is used?
 #
 .if ${MACHINE} == "amd64" || \
+    ${MACHINE} == "alpha" || \
     ${MACHINE_ARCH:Maarch64*} || \
     ${MACHINE_ARCH} == "sparc64" || \
     ${MACHINE} == "i386" || \



Home | Main Index | Thread Index | Old Index