summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1995-11-22 10:51:49 +0000
committerderaadt <deraadt@openbsd.org>1995-11-22 10:51:49 +0000
commita17a568eab932a79676c2f58cb6f4dbac5a1594c (patch)
treea1c22ac1d180582c5eb231a729891b94e6f81c19
parentfix long/u_int32_t botch; do gethostbyname() only if netgroups are going to (diff)
downloadwireguard-openbsd-a17a568eab932a79676c2f58cb6f4dbac5a1594c.tar.xz
wireguard-openbsd-a17a568eab932a79676c2f58cb6f4dbac5a1594c.zip
copy the bootblocks to the right place
-rw-r--r--etc/etc.mvme68k/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
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