Browse Source

Dont compress bsd.rd dont know if ABLE can cope, no bootloader on cats yet.

OPENBSD_3_5
drahn 20 years ago
parent
commit
aff0867bea
1 changed files with 3 additions and 5 deletions
  1. +3
    -5
      src/etc/etc.cats/Makefile.inc

+ 3
- 5
src/etc/etc.cats/Makefile.inc View File

@ -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


Loading…
Cancel
Save