diff --git a/src/etc/etc.powerpc/Makefile.inc b/src/etc/etc.powerpc/Makefile.inc index ac88b7c8..cc277196 100644 --- a/src/etc/etc.powerpc/Makefile.inc +++ b/src/etc/etc.powerpc/Makefile.inc @@ -1,10 +1,10 @@ # # etc.powerpc/Makefile.inc -- powerpc-specific etc Makefile targets # -# $Id: Makefile.inc,v 1.2 1997/05/03 07:48:38 deraadt Exp $ +# $Id: Makefile.inc,v 1.3 1997/05/13 19:46:10 deraadt Exp $ .ifdef DESTDIR -snap_md: binutils bsd +snap_md: binutils bsd bootblocks binutils: cd ${DESTDIR} && tar cf - usr/*openbsd* \ @@ -17,4 +17,7 @@ bsd: cp ${.CURDIR}/../sys/arch/powerpc/compile/GENERIC/bsd \ ${DESTDIR}/snapshot/bsd +bootblocks: + cp ${DESTDIR}/usr/mdec/*boot* ${DESTDIR}/snapshot + .endif # DESTDIR check