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