From 44dec35affd83651674691d6c0a612d54942ff60 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 13 May 1997 08:00:58 +0000 Subject: [PATCH] copy bootblocks too, tell you why later --- src/etc/etc.sparc/Makefile.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/etc/etc.sparc/Makefile.inc b/src/etc/etc.sparc/Makefile.inc index 03dad14e..f04e2ddf 100644 --- a/src/etc/etc.sparc/Makefile.inc +++ b/src/etc/etc.sparc/Makefile.inc @@ -1,10 +1,10 @@ # # etc.sparc/Makefile.inc -- sparc-specific etc Makefile targets # -# $Id: Makefile.inc,v 1.4 1997/05/01 08:56:46 deraadt Exp $ +# $Id: Makefile.inc,v 1.5 1997/05/13 08:00:58 deraadt Exp $ .ifdef DESTDIR -snap_md: bsd bsd.scsi3 floppies miniroot +snap_md: bsd bsd.scsi3 floppies miniroot bootblocks cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/bsd \ ${DESTDIR}/snapshot/bsd cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC_SCSI3/bsd \ @@ -28,4 +28,7 @@ miniroot: cd ${.CURDIR}/../distrib/miniroot && make cleandir && \ make && make install +bootblocks: + cp ${DESTDIR}/usr/mdec/*boot* ${DESTDIR}/snapshot + .endif # DESTDIR check