summaryrefslogtreecommitdiff
path: root/etc/etc.mac68k/Makefile.inc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-10-30 21:37:41 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-10-30 21:37:41 +0000
commit5119f9e4b241a59ad60ff534d5c7434c5561206f (patch)
tree682851826a42b15a9b35d3470a97c9b933b4c9d9 /etc/etc.mac68k/Makefile.inc
parentff53755d75892291a214815ec234c2e10b399c01 (diff)
Change kernel set to shorter names on mac68k; supposed to make krw's
next changes easier.
Diffstat (limited to 'etc/etc.mac68k/Makefile.inc')
-rw-r--r--etc/etc.mac68k/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.mac68k/Makefile.inc b/etc/etc.mac68k/Makefile.inc
index a7335ed4551..d13073033c8 100644
--- a/etc/etc.mac68k/Makefile.inc
+++ b/etc/etc.mac68k/Makefile.inc
@@ -1,14 +1,14 @@
-# $OpenBSD: Makefile.inc,v 1.7 2002/05/13 07:22:43 espie Exp $
+# $OpenBSD: Makefile.inc,v 1.8 2002/10/30 21:37:37 miod 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; \
tar cf - bsd \
- | ${GZIP} ${GZIPFLAGS} >${DESTDIR}/snapshot/bsd-generic.tar${GZIPEXT})
+ | ${GZIP} ${GZIPFLAGS} >${DESTDIR}/snapshot/bsd.tgz)
(cd ${.CURDIR}/../sys/arch/mac68k/compile/GENERICSBC; \
tar cf - bsd \
- | ${GZIP} ${GZIPFLAGS} >${DESTDIR}/snapshot/bsd-genericsbc.tar${GZIPEXT})
+ | ${GZIP} ${GZIPFLAGS} >${DESTDIR}/snapshot/bsd-sbc.tgz)
bsd-generic:
cd ${.CURDIR}/../sys/arch/mac68k/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC && \