Module Name: src
Committed By: christos
Date: Mon May 15 16:12:39 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch everyone to OpenSSL-3.x
To generate a diff of this commit:
cvs rdiff -u -r1.1323 -r1.1324 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.1323 src/share/mk/bsd.own.mk:1.1324
--- src/share/mk/bsd.own.mk:1.1323 Sun May 14 18:44:53 2023
+++ src/share/mk/bsd.own.mk Mon May 15 12:12:39 2023
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1323 2023/05/14 22:44:53 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1324 2023/05/15 16:12:39 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -131,20 +131,7 @@ EXTERNAL_GDB_SUBDIR= /does/not/exist
#
# What OpenSSL is used?
#
-.if ${MACHINE} == "amd64" || \
- ${MACHINE} == "alpha" || \
- ${MACHINE_ARCH:Maarch64*} || \
- ${MACHINE_ARCH:M*arm*} || \
- ${MACHINE_ARCH} == "powerpc" || \
- ${MACHINE_ARCH} == "sparc64" || \
- ${MACHINE} == "hppa" || \
- ${MACHINE} == "i386" || \
- ${MACHINE_ARCH} == "m68k" || \
- ${MACHINE} == "vax"
HAVE_OPENSSL?= 30
-.else
-HAVE_OPENSSL?= 11
-.endif
.if ${HAVE_OPENSSL} == 30
EXTERNAL_OPENSSL_SUBDIR=openssl