Module Name:    src
Committed By:   christos
Date:           Mon Mar  5 21:14:34 UTC 2018

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
switch everyone but vax to OpenSSL1.1.


To generate a diff of this commit:
cvs rdiff -u -r1.1045 -r1.1046 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.1045 src/share/mk/bsd.own.mk:1.1046
--- src/share/mk/bsd.own.mk:1.1045	Mon Mar  5 04:17:42 2018
+++ src/share/mk/bsd.own.mk	Mon Mar  5 16:14:34 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1045 2018/03/05 09:17:42 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.1046 2018/03/05 21:14:34 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -100,13 +100,7 @@ MKGCCCMDS?=	no
 #
 # What OpenSSL is used?
 # 
-.if ${MACHINE} == "amd64" || \
-    ${MACHINE} == "arm" || \
-    ${MACHINE} == "i386" || \
-    ${MACHINE_CPU} == "powerpc" || \
-    ${MACHINE_CPU} == "sh3" || \
-    ${MACHINE} == "sparc" || \
-    ${MACHINE} == "sparc64"
+.if ${MACHINE} != "vax"
 HAVE_OPENSSL?=  11
 .else
 HAVE_OPENSSL?=  10

Reply via email to