copy the bootblocks to the right place
authorderaadt <deraadt@openbsd.org>
Wed, 22 Nov 1995 10:51:49 +0000 (10:51 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 22 Nov 1995 10:51:49 +0000 (10:51 +0000)
etc/etc.mvme68k/Makefile.inc

index 7a12443..660b7d0 100644 (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