From 82a53decc0ba1ed9bc22f7c93cdd1cc2695090f7 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sun, 19 Oct 1997 20:19:03 +0000 Subject: [PATCH] install bootblocks there too --- src/etc/etc.hp300/Makefile.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/etc/etc.hp300/Makefile.inc b/src/etc/etc.hp300/Makefile.inc index 8b866490..93ea455b 100644 --- a/src/etc/etc.hp300/Makefile.inc +++ b/src/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