Source-Changes-HG archive

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

[src/trunk]: src/share/mk add \



details:   https://anonhg.NetBSD.org/src/rev/b6d7b573ee40
branches:  trunk
changeset: 817951:b6d7b573ee40
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Sep 17 02:50:08 2016 +0000

description:
add \

diffstat:

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

diffs (18 lines):

diff -r 9612520e9802 -r b6d7b573ee40 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Sep 17 02:45:24 2016 +0000
+++ b/share/mk/bsd.own.mk       Sat Sep 17 02:50:08 2016 +0000
@@ -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 @@
     ${MACHINE} == "sparc" || \
     ${MACHINE} == "sparc64" || \
     ${MACHINE} == "vax" || \
-    ${MACHINE_CPU} == "m68k" ||
+    ${MACHINE_CPU} == "m68k" || \\
     ${MACHINE_CPU} == "sh3" || \
     ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel" || \
     ${MACHINE_ARCH} == "powerpc"



Home | Main Index | Thread Index | Old Index