Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Fix broken conditional



details:   https://anonhg.NetBSD.org/src/rev/e89999ae0988
branches:  trunk
changeset: 374783:e89999ae0988
user:      ryoon <ryoon%NetBSD.org@localhost>
date:      Fri May 12 11:49:47 2023 +0000

description:
Fix broken conditional

diffstat:

 share/mk/bsd.own.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9b005ce41d32 -r e89999ae0988 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri May 12 11:27:48 2023 +0000
+++ b/share/mk/bsd.own.mk       Fri May 12 11:49:47 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1317 2023/05/12 11:27:48 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1318 2023/05/12 11:49:47 ryoon Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -133,7 +133,7 @@ EXTERNAL_GDB_SUBDIR=                /does/not/exist
 #
 .if ${MACHINE} == "amd64" || \
     ${MACHINE_ARCH:Maarch64*} || \
-    ${MACHINE_ARCH} == "sparc64" \\
+    ${MACHINE_ARCH} == "sparc64" || \
     ${MACHINE} == "vax"
 HAVE_OPENSSL?= 30
 .else



Home | Main Index | Thread Index | Old Index