Module Name: src
Committed By: christos
Date: Mon Feb 19 20:52:09 UTC 2018
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch sparc to openssl-1.1
To generate a diff of this commit:
cvs rdiff -u -r1.1034 -r1.1035 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.1034 src/share/mk/bsd.own.mk:1.1035
--- src/share/mk/bsd.own.mk:1.1034 Sat Feb 17 16:46:15 2018
+++ src/share/mk/bsd.own.mk Mon Feb 19 15:52:09 2018
@@ -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