switch alpha to OpenSSL-3.x

This commit is contained in:
christos 2023-05-14 01:17:08 +00:00
parent 4f2a635091
commit 26931968e6
1 changed files with 2 additions and 1 deletions

View File

@ -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" || \