Module Name:    src
Committed By:   martin
Date:           Mon Feb 26 12:26:25 UTC 2018

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

Log Message:
Switch sparc over to openssl 1.1 again - thanks to christos for fixing it!


To generate a diff of this commit:
cvs rdiff -u -r1.1037 -r1.1038 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.1037 src/share/mk/bsd.own.mk:1.1038
--- src/share/mk/bsd.own.mk:1.1037	Fri Feb 23 21:16:01 2018
+++ src/share/mk/bsd.own.mk	Mon Feb 26 12:26:24 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1037 2018/02/23 21:16:01 skrll Exp $
+#	$NetBSD: bsd.own.mk,v 1.1038 2018/02/26 12:26:24 martin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -103,6 +103,7 @@ MKGCCCMDS?=	no
 # 
 .if ${MACHINE} == "amd64" || \
     ${MACHINE} == "i386" || \
+    ${MACHINE} == "sparc" || \
     ${MACHINE} == "sparc64"
 HAVE_OPENSSL?=  11
 .else

Reply via email to