diff options
author | ryker <ryker@cvs.openbsd.org> | 1998-02-19 20:58:01 +0000 |
---|---|---|
committer | ryker <ryker@cvs.openbsd.org> | 1998-02-19 20:58:01 +0000 |
commit | e37ac1f2ef2489b43db183d436209d0969f456c8 (patch) | |
tree | 85e1698ea00d770fddb126fdf1d0411c7fb47236 /etc/etc.mac68k/Makefile.inc | |
parent | a42a1f06d8f911f27751ce57c14237eb53b1ba3d (diff) |
Add needed continuation marks for subshells that span lines.
Diffstat (limited to 'etc/etc.mac68k/Makefile.inc')
-rw-r--r-- | etc/etc.mac68k/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.mac68k/Makefile.inc b/etc/etc.mac68k/Makefile.inc index 1d7ff087929..d99384f6005 100644 --- a/etc/etc.mac68k/Makefile.inc +++ b/etc/etc.mac68k/Makefile.inc @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile.inc,v 1.5 1998/02/16 02:04:39 gene Exp $ +# $OpenBSD: Makefile.inc,v 1.6 1998/02/19 20:58:00 ryker Exp $ # etc.mac68k/Makefile.inc -- mac68k-specific etc Makefile targets .ifdef DESTDIR snap_md: bsd-generic bsd-genericsbc - (cd ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC; + (cd ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC; \ tar cf - bsd \ | ${GZIP} ${GZIPFLAGS} >${DESTDIR}/snapshot/bsd-generic.tar${GZIPEXT}) - (cd ${.CURDIR}/../sys/arch/mac68k/compile/GENERICSBC; + (cd ${.CURDIR}/../sys/arch/mac68k/compile/GENERICSBC; \ tar cf - bsd \ | ${GZIP} ${GZIPFLAGS} >${DESTDIR}/snapshot/bsd-genericsbc.tar${GZIPEXT}) bsd-generic: |