Browse Source

bootblocks in snap/release too

OPENBSD_2_1
deraadt 27 years ago
parent
commit
18bb1dafeb
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      src/etc/etc.powerpc/Makefile.inc

+ 5
- 2
src/etc/etc.powerpc/Makefile.inc View File

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

Loading…
Cancel
Save