Browse Source

install bootblocks there too

OPENBSD_2_2
deraadt 27 years ago
parent
commit
82a53decc0
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      src/etc/etc.hp300/Makefile.inc

+ 5
- 2
src/etc/etc.hp300/Makefile.inc View File

@ -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

Loading…
Cancel
Save