Module Name: src Committed By: christos Date: Fri May 12 11:27:48 UTC 2023
Modified Files: src/share/mk: bsd.own.mk Log Message: switch vax to OpenSSL-3.x To generate a diff of this commit: cvs rdiff -u -r1.1316 -r1.1317 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.1316 src/share/mk/bsd.own.mk:1.1317 --- src/share/mk/bsd.own.mk:1.1316 Thu May 11 13:57:14 2023 +++ src/share/mk/bsd.own.mk Fri May 12 07:27:48 2023 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1316 2023/05/11 17:57:14 christos Exp $ +# $NetBSD: bsd.own.mk,v 1.1317 2023/05/12 11:27:48 christos Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -133,7 +133,8 @@ EXTERNAL_GDB_SUBDIR= /does/not/exist # .if ${MACHINE} == "amd64" || \ ${MACHINE_ARCH:Maarch64*} || \ - ${MACHINE_ARCH} == "sparc64" + ${MACHINE_ARCH} == "sparc64" \\ + ${MACHINE} == "vax" HAVE_OPENSSL?= 30 .else HAVE_OPENSSL?= 11