From: deraadt Date: Wed, 22 Nov 1995 10:51:49 +0000 (+0000) Subject: copy the bootblocks to the right place X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a17a568eab932a79676c2f58cb6f4dbac5a1594c;p=openbsd copy the bootblocks to the right place --- diff --git a/etc/etc.mvme68k/Makefile.inc b/etc/etc.mvme68k/Makefile.inc index 7a124436a70..660b7d022a0 100644 --- a/etc/etc.mvme68k/Makefile.inc +++ b/etc/etc.mvme68k/Makefile.inc @@ -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