Module Name: src
Committed By: martin
Date: Tue Feb 20 12:49:40 UTC 2018
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch sparc back to old openssl - needs more work and testing.
To generate a diff of this commit:
cvs rdiff -u -r1.1035 -r1.1036 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.1035 src/share/mk/bsd.own.mk:1.1036
--- src/share/mk/bsd.own.mk:1.1035 Mon Feb 19 20:52:09 2018
+++ src/share/mk/bsd.own.mk Tue Feb 20 12:49:40 2018
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1035 2018/02/19 20:52:09 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1036 2018/02/20 12:49:40 martin Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -102,8 +102,7 @@ MKGCCCMDS?= no
#
.if ${MACHINE} == "amd64" || \
${MACHINE} == "i386" || \
- ${MACHINE} == "sparc64" || \
- ${MACHINE} == "sparc"
+ ${MACHINE} == "sparc64"
HAVE_OPENSSL?= 11
.else
HAVE_OPENSSL?= 10