Browse Source

put boot.mac into snapshots, needed for booting old-world macs

ok drahn@ gwk@
OPENBSD_4_1
martin 17 years ago
parent
commit
f19cc901d5
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/etc.macppc/Makefile.inc

+ 2
- 1
src/etc/etc.macppc/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.8 2006/07/27 02:53:55 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.9 2007/01/29 21:28:33 martin Exp $
.ifdef DESTDIR
snap_md: bsd bootblocks distrib gzip_bsd.rd
@ -13,6 +13,7 @@ bsd:
bootblocks:
cp ${DESTDIR}/usr/mdec/ofwboot ${DESTDIR}/snapshot/ofwboot
cp ${DESTDIR}/usr/mdec/bsd.tbxi ${DESTDIR}/snapshot/bsd.tbxi
cp ${DESTDIR}/usr/mdec/boot.mac ${DESTDIR}/snapshot/boot.mac
gzip_bsd.rd:
gzip -9 ${DESTDIR}/snapshot/bsd.rd


Loading…
Cancel
Save