summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-10 22:45:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-10 22:45:17 +0000
commit0423a8154b69e457ae43585dc33ddb7bba830bcc (patch)
tree228b2ee240e8bf9940dae3d8afca014d25237461
parenta800eb53feb0c2d12569b9dec9946bf8c61e8f27 (diff)
not bsd.gz
-rw-r--r--etc/etc.mvme68k/Makefile.inc10
1 files changed, 6 insertions, 4 deletions
diff --git a/etc/etc.mvme68k/Makefile.inc b/etc/etc.mvme68k/Makefile.inc
index edfa45b3f96..bdf995bd208 100644
--- a/etc/etc.mvme68k/Makefile.inc
+++ b/etc/etc.mvme68k/Makefile.inc
@@ -1,16 +1,18 @@
#
# etc.mvme68k/Makefile.inc -- mvme68k-specific etc Makefile targets
#
-# $Id: Makefile.inc,v 1.4 1997/05/01 08:56:34 deraadt Exp $
+# $Id: Makefile.inc,v 1.5 1997/05/10 22:45:16 deraadt Exp $
.ifdef DESTDIR
snap_md: bsd-generic bootblocks ramdisk
- cp ${.CURDIR}/../sys/arch/mvme68k/compile/GENERIC/bsd.gz \
- ${DESTDIR}/snapshot/bsd-generic.gz
+ cp ${.CURDIR}/../sys/arch/mvme68k/compile/GENERIC/bsd \
+ ${DESTDIR}/snapshot/bsd
+
bsd-generic:
cd ${.CURDIR}/../sys/arch/mvme68k/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/mvme68k/compile/GENERIC && \
- make clean && make depend && make && gzip -9 bsd
+ make clean && make depend && make
+
bootblocks:
cp ${DESTDIR}/usr/mdec/* ${DESTDIR}/snapshot/