diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-31 22:20:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-31 22:20:46 +0000 |
commit | 5b0f0e32cab2f35e1d7aa289728616adc5338791 (patch) | |
tree | 5fea94afcd66fb3b178ba8050f1e05b12e7ff6c8 /etc/etc.alpha/Makefile.inc | |
parent | 0720a75e88c7afe5b938df4dc550264b9d1c2607 (diff) |
install bootblocks too
Diffstat (limited to 'etc/etc.alpha/Makefile.inc')
-rw-r--r-- | etc/etc.alpha/Makefile.inc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/etc.alpha/Makefile.inc b/etc/etc.alpha/Makefile.inc index bf1690b905f..2f1e7951a9e 100644 --- a/etc/etc.alpha/Makefile.inc +++ b/etc/etc.alpha/Makefile.inc @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile.inc,v 1.9 1997/09/21 11:50:13 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.10 1997/10/31 22:20:45 deraadt Exp $ # etc.alpha/Makefile.inc -- alpha-specific etc Makefile targets .ifdef DESTDIR -snap_md: binutils bsd distrib +snap_md: binutils bsd distrib boot binutils: cd ${DESTDIR} && tar cf - usr/*openbsd* \ @@ -20,4 +20,7 @@ distrib: cd ${.CURDIR}/../distrib && \ make cleandir && make && make install +boot: + cp ${DESTDIR}/usr/mdec/boot ${DESTDIR}/snapshot + .endif # DESTDIR check |