diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2007-01-29 21:28:34 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2007-01-29 21:28:34 +0000 |
commit | a7bde6935bbf90ed8a03926e72b1fbf3c11540d4 (patch) | |
tree | ac5e2804fed261bfff5d6ca161a34c7c4440ccbb /etc | |
parent | a9a20245708fcd3b31ab320e7b7ea0c97811129f (diff) |
put boot.mac into snapshots, needed for booting old-world macs
ok drahn@ gwk@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.macppc/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/etc.macppc/Makefile.inc b/etc/etc.macppc/Makefile.inc index eb929840526..9de2308bbfe 100644 --- a/etc/etc.macppc/Makefile.inc +++ b/etc/etc.macppc/Makefile.inc @@ -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 |