From e789ada4e791edc488a380b455b1a80b4dc9a793 Mon Sep 17 00:00:00 2001 From: miod <> Date: Wed, 30 Oct 2002 21:37:37 +0000 Subject: [PATCH] Change kernel set to shorter names on mac68k; supposed to make krw's next changes easier. --- src/etc/etc.mac68k/Makefile.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/etc.mac68k/Makefile.inc b/src/etc/etc.mac68k/Makefile.inc index a7335ed4..d1307303 100644 --- a/src/etc/etc.mac68k/Makefile.inc +++ b/src/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 && \