diff options
| author | uwe <uwe@NetBSD.org> | 2018-12-17 01:16:49 +0000 |
|---|---|---|
| committer | uwe <uwe@NetBSD.org> | 2018-12-17 01:16:49 +0000 |
| commit | 3a16803afb10b4229d943f94de9d1b9c1ac28416 (patch) | |
| tree | 28fb73732d8b48cbf78898591b6e791439cad8d6 | |
| parent | 72de0e7ab7bd7f6cc60416424a253d3b554e020c (diff) | |
Fix line continuations in previous.
| -rw-r--r-- | usr.sbin/sysinst/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysinst/Makefile.inc b/usr.sbin/sysinst/Makefile.inc index b126e024eae..67ca09223bc 100644 --- a/usr.sbin/sysinst/Makefile.inc +++ b/usr.sbin/sysinst/Makefile.inc @@ -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${.CURDIR} \ ${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}\"" |
