diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-19 20:19:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-19 20:19:04 +0000 |
commit | 20e394dad5c22a873d0fa03824b014e8cae00a39 (patch) | |
tree | 523c6fa64d9df2a45740336204f47017214b9cdb /etc | |
parent | 93ccb04d92c062b3b188acd386265f2de16e580c (diff) |
install bootblocks there too
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.hp300/Makefile.inc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/etc.hp300/Makefile.inc b/etc/etc.hp300/Makefile.inc index 8b8664908f4..93ea455ba34 100644 --- a/etc/etc.hp300/Makefile.inc +++ b/etc/etc.hp300/Makefile.inc @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.7 1997/10/19 10:35:29 downsj Exp $ +# $OpenBSD: Makefile.inc,v 1.8 1997/10/19 20:19:03 deraadt Exp $ # etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets .ifdef DESTDIR -snap_md: bsd bsd-dl +snap_md: bsd bsd-dl bootblocks bsd: cd ${.CURDIR}/../sys/arch/hp300/conf && config GENERIC @@ -18,4 +18,7 @@ bsd-dl: cp ${.CURDIR}/../sys/arch/hp300/compile/DISKLESS/bsd \ ${DESTDIR}/snapshot/bsd-dl +bootblocks: + -cp -R ${DESTDIR}/usr/mdec/*boot* ${DESTDIR}/snapshot + .endif # DESTDIR check |