From aff0867bea229213582bcf9ff5e3482a27d832ed Mon Sep 17 00:00:00 2001 From: drahn <> Date: Fri, 6 Feb 2004 02:39:50 +0000 Subject: [PATCH] Dont compress bsd.rd dont know if ABLE can cope, no bootloader on cats yet. --- src/etc/etc.cats/Makefile.inc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/etc/etc.cats/Makefile.inc b/src/etc/etc.cats/Makefile.inc index b3dd53f4..46008f1e 100644 --- a/src/etc/etc.cats/Makefile.inc +++ b/src/etc/etc.cats/Makefile.inc @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile.inc,v 1.2 2004/02/06 02:36:31 drahn Exp $ -# etc.macppc/Makefile.inc -- macppc-specific etc Makefile targets +# $OpenBSD: Makefile.inc,v 1.3 2004/02/06 02:39:50 drahn Exp $ +# etc.cats/Makefile.inc -- cats-specific etc Makefile targets .ifdef DESTDIR snap_md: bsd distrib1 @@ -13,10 +13,8 @@ bsd: # knows about bsd.rd distrib1: - cp ${DESTDIR}/usr/mdec/ofwboot ${DESTDIR}/snapshot/ofwboot ${MAKE} distrib - gzip -9 ${DESTDIR}/snapshot/bsd.rd - mv ${DESTDIR}/snapshot/bsd.rd.gz ${DESTDIR}/snapshot/bsd.rd + mv ${DESTDIR}/snapshot/bsd.rd ${DESTDIR}/snapshot/bsd.rd .PHONY: bsd distrib1