Module Name: src
Committed By: christos
Date: Sat Mar 3 00:22:04 UTC 2018
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch arm to openssl-1.1
To generate a diff of this commit:
cvs rdiff -u -r1.1038 -r1.1039 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.1038 src/share/mk/bsd.own.mk:1.1039
--- src/share/mk/bsd.own.mk:1.1038 Mon Feb 26 07:26:24 2018
+++ src/share/mk/bsd.own.mk Fri Mar 2 19:22:04 2018
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1038 2018/02/26 12:26:24 martin Exp $
+# $NetBSD: bsd.own.mk,v 1.1039 2018/03/03 00:22:04 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -102,6 +102,7 @@ MKGCCCMDS?= no
# What OpenSSL is used?
#
.if ${MACHINE} == "amd64" || \
+ ${MACHINE} == "arm" || \
${MACHINE} == "i386" || \
${MACHINE} == "sparc" || \
${MACHINE} == "sparc64"