Module Name:    src
Committed By:   christos
Date:           Sun Mar  4 00:17:05 UTC 2018

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

Log Message:
switch sh3 to openssl-1.1


To generate a diff of this commit:
cvs rdiff -u -r1.1039 -r1.1040 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.1039 src/share/mk/bsd.own.mk:1.1040
--- src/share/mk/bsd.own.mk:1.1039	Fri Mar  2 19:22:04 2018
+++ src/share/mk/bsd.own.mk	Sat Mar  3 19:17:05 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1039 2018/03/03 00:22:04 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.1040 2018/03/04 00:17:05 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -104,6 +104,7 @@ MKGCCCMDS?=	no
 .if ${MACHINE} == "amd64" || \
     ${MACHINE} == "arm" || \
     ${MACHINE} == "i386" || \
+    ${MACHINE_ARCH} == "sh3" || \
     ${MACHINE} == "sparc" || \
     ${MACHINE} == "sparc64"
 HAVE_OPENSSL?=  11

Reply via email to