diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-06 02:39:51 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-06 02:39:51 +0000 |
commit | 2b966bcee2148ec77b2cb6b050f5b13c9f433131 (patch) | |
tree | a749fc849859925e5d5beda0a387f755725c88e3 /etc/etc.cats | |
parent | c22d365d132a0ee095b8297ff496f3f59a7a45b7 (diff) |
Dont compress bsd.rd dont know if ABLE can cope, no bootloader on cats yet.
Diffstat (limited to 'etc/etc.cats')
-rw-r--r-- | etc/etc.cats/Makefile.inc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/etc/etc.cats/Makefile.inc b/etc/etc.cats/Makefile.inc index b3dd53f45ff..46008f1ec9c 100644 --- a/etc/etc.cats/Makefile.inc +++ b/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 |