diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-13 08:00:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-13 08:00:59 +0000 |
commit | 3f20525a98af3c8daf6c2c3d7f47ce63e8a5a5b2 (patch) | |
tree | 66eca14a1015fd4fd3b4d671b748fe5383e5d925 /etc | |
parent | 1eab4c1ea709703e299cf22769b4408bd1e0f2b3 (diff) |
copy bootblocks too, tell you why later
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.sparc/Makefile.inc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/etc.sparc/Makefile.inc b/etc/etc.sparc/Makefile.inc index 03dad14ee81..f04e2ddfff0 100644 --- a/etc/etc.sparc/Makefile.inc +++ b/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 |