Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk missing backslash
details: https://anonhg.NetBSD.org/src/rev/6bc1fd18f55c
branches: trunk
changeset: 359417:6bc1fd18f55c
user: christos <christos%NetBSD.org@localhost>
date: Fri Feb 09 04:38:24 2018 +0000
description:
missing backslash
diffstat:
share/mk/bsd.own.mk | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 1b14d866d6f6 -r 6bc1fd18f55c share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Fri Feb 09 04:20:38 2018 +0000
+++ b/share/mk/bsd.own.mk Fri Feb 09 04:38:24 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1031 2018/02/04 03:19:53 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1032 2018/02/09 04:38:24 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -94,8 +94,9 @@
#
# What OpenSSL is used?
#
-.if ${MACHINE} == "amd64"
-HAVE_OPENSSL?= 10
+.if ${MACHINE} == "amd64" || \
+ ${MACHINE} == "i386"
+HAVE_OPENSSL?= 11
.else
HAVE_OPENSSL?= 10
.endif
Home |
Main Index |
Thread Index |
Old Index