Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch i386 and m68k to OpenSSL-3.x
details: https://anonhg.NetBSD.org/src/rev/038b8126894c
branches: trunk
changeset: 374830:038b8126894c
user: christos <christos%NetBSD.org@localhost>
date: Sat May 13 15:44:59 2023 +0000
description:
switch i386 and m68k to OpenSSL-3.x
diffstat:
share/mk/bsd.own.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r f6234f187cff -r 038b8126894c share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sat May 13 15:34:22 2023 +0000
+++ b/share/mk/bsd.own.mk Sat May 13 15:44:59 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1319 2023/05/13 10:56:55 riastradh Exp $
+# $NetBSD: bsd.own.mk,v 1.1320 2023/05/13 15:44:59 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -134,6 +134,8 @@ EXTERNAL_GDB_SUBDIR= /does/not/exist
.if ${MACHINE} == "amd64" || \
${MACHINE_ARCH:Maarch64*} || \
${MACHINE_ARCH} == "sparc64" || \
+ ${MACHINE} == "i386" || \
+ ${MACHINE_ARCH} == "m68k" || \
${MACHINE} == "vax"
HAVE_OPENSSL?= 30
.else
Home |
Main Index |
Thread Index |
Old Index