Browse Source

copy the bootblocks to the right place

OPENBSD_2_0
deraadt 28 years ago
parent
commit
c44dcab055
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/etc.mvme68k/Makefile.inc

+ 2
- 2
src/etc/etc.mvme68k/Makefile.inc View File

@ -1,7 +1,7 @@
#
# etc.mvme68k/Makefile.inc -- mvme68k-specific etc Makefile targets
#
# $Id: Makefile.inc,v 1.2 1995/11/08 01:36:58 deraadt Exp $
# $Id: Makefile.inc,v 1.3 1995/11/22 10:51:49 deraadt Exp $
.ifdef DESTDIR
snap_md: bsd-generic bootblocks
@ -12,5 +12,5 @@ bsd-generic:
cd ${.CURDIR}/../sys/arch/mvme68k/compile/GENERIC && \
make clean && make depend && make && gzip -9 bsd
bootblocks:
cp ${DESTDIR}/usr/mdec/* .
cp ${DESTDIR}/usr/mdec/* ${DESTDIR}/snapshot/
.endif # DESTDIR check

Loading…
Cancel
Save