summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2003-03-24 18:57:22 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2003-03-24 18:57:22 +0000
commit5acc9dc916ab2e7e9bec9e83d8642b12aeb7bf8e (patch)
tree536037130c86ea3bc9cf6e474bae5121a4c14294
parent1d0a5b99a99ecf5b40e0a1a1f958264620fa5889 (diff)
Remove unused boot.fs file from macppc distrib. ok miod@ deraadt@
-rw-r--r--etc/etc.macppc/Makefile.inc10
1 files changed, 1 insertions, 9 deletions
diff --git a/etc/etc.macppc/Makefile.inc b/etc/etc.macppc/Makefile.inc
index d51cf0fe1b9..6d12c91df0f 100644
--- a/etc/etc.macppc/Makefile.inc
+++ b/etc/etc.macppc/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.6 2002/06/27 15:02:12 drahn Exp $
+# $OpenBSD: Makefile.inc,v 1.7 2003/03/24 18:57:21 drahn Exp $
# etc.macppc/Makefile.inc -- macppc-specific etc Makefile targets
.ifdef DESTDIR
@@ -16,14 +16,6 @@ distrib1:
cp ${DESTDIR}/usr/mdec/ofwboot ${DESTDIR}/snapshot/ofwboot
cp ${DESTDIR}/usr/mdec/bsd.tbxi ${DESTDIR}/snapshot/bsd.tbxi
${MAKE} distrib
- mkdir ${DESTDIR}/snapshot/boot
- cp ${DESTDIR}/snapshot/bsd.rd ${DESTDIR}/snapshot/boot/bsd.rd
- strip ${DESTDIR}/snapshot/boot/bsd.rd
- gzip -9 ${DESTDIR}/snapshot/boot/bsd.rd
- mv ${DESTDIR}/snapshot/boot/bsd.rd.gz ${DESTDIR}/snapshot/boot/bsd
- cp ${DESTDIR}/usr/mdec/ofwboot ${DESTDIR}/snapshot/boot
- mkhybrid -r ${DESTDIR}/snapshot/boot > ${DESTDIR}/snapshot/boot.fs
- rm -rf ${DESTDIR}/snapshot/boot
gzip -9 ${DESTDIR}/snapshot/bsd.rd
mv ${DESTDIR}/snapshot/bsd.rd.gz ${DESTDIR}/snapshot/bsd.rd