Module Name:    src
Committed By:   uwe
Date:           Mon Dec 17 01:16:49 UTC 2018

Modified Files:
        src/usr.sbin/sysinst: Makefile.inc

Log Message:
Fix line continuations in previous.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/sysinst/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/sysinst/Makefile.inc
diff -u src/usr.sbin/sysinst/Makefile.inc:1.15 src/usr.sbin/sysinst/Makefile.inc:1.16
--- src/usr.sbin/sysinst/Makefile.inc:1.15	Sun Dec 16 11:36:08 2018
+++ src/usr.sbin/sysinst/Makefile.inc	Mon Dec 17 01:16:49 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.15 2018/12/16 11:36:08 martin Exp $
+#	$NetBSD: Makefile.inc,v 1.16 2018/12/17 01:16:49 uwe Exp $
 #
 # Makefile for sysinst
 
@@ -57,8 +57,8 @@ CPPFLAGS+=	-I. -I${.CURDIR}/../.. -I${.C
 		${NODISKLABEL:D-DNO_DISKLABEL} \
 		${NOPARTMAN:D-DNO_PARTMAN}
 
-.if ${MACHINE} == "evbarm"
-    || ${MACHINE} == "evbmips"
+.if ${MACHINE} == "evbarm" \
+    || ${MACHINE} == "evbmips" \
     || ${MACHINE} == "evbsh3"
 CPPFLAGS+=	-DARCH_SUBDIR="\"${MACHINE}-${MACHINE_ARCH}\""
 CPPFLAGS+=	-DPKG_ARCH_SUBDIR="\"${MACHINE_ARCH}\""

Reply via email to