Module Name: src
Committed By: christos
Date: Sat Sep 17 02:50:08 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
add \
To generate a diff of this commit:
cvs rdiff -u -r1.957 -r1.958 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.957 src/share/mk/bsd.own.mk:1.958
--- src/share/mk/bsd.own.mk:1.957 Fri Sep 16 20:59:59 2016
+++ src/share/mk/bsd.own.mk Fri Sep 16 22:50:08 2016
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.957 2016/09/17 00:59:59 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.958 2016/09/17 02:50:08 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -173,7 +173,7 @@ EXTERNAL_GDB_SUBDIR= gdb
${MACHINE} == "sparc" || \
${MACHINE} == "sparc64" || \
${MACHINE} == "vax" || \
- ${MACHINE_CPU} == "m68k" ||
+ ${MACHINE_CPU} == "m68k" || \\
${MACHINE_CPU} == "sh3" || \
${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel" || \
${MACHINE_ARCH} == "powerpc"