switch sparc to openssl-1.1

This commit is contained in:
christos 2018-02-19 20:52:09 +00:00
parent 2ea7c98512
commit 01b941a695

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.1034 2018/02/17 21:46:15 mrg Exp $
# $NetBSD: bsd.own.mk,v 1.1035 2018/02/19 20:52:09 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@ -101,7 +101,9 @@ MKGCCCMDS?= no
# What OpenSSL is used?
#
.if ${MACHINE} == "amd64" || \
${MACHINE} == "i386"
${MACHINE} == "i386" || \
${MACHINE} == "sparc64" || \
${MACHINE} == "sparc"
HAVE_OPENSSL?= 11
.else
HAVE_OPENSSL?= 10