Module Name:    src
Committed By:   ryoon
Date:           Fri May 12 11:49:47 UTC 2023

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Fix broken conditional


To generate a diff of this commit:
cvs rdiff -u -r1.1317 -r1.1318 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.1317 src/share/mk/bsd.own.mk:1.1318
--- src/share/mk/bsd.own.mk:1.1317	Fri May 12 11:27:48 2023
+++ src/share/mk/bsd.own.mk	Fri May 12 11:49:47 2023
@@ -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

Reply via email to