Browse Source

Install more bootblocks.

OPENBSD_2_9
art 23 years ago
parent
commit
e4d77f1184
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/etc/etc.alpha/Makefile.inc

+ 3
- 1
src/etc/etc.alpha/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.10 1997/10/31 22:20:45 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.11 2001/01/23 09:04:11 art Exp $
# etc.alpha/Makefile.inc -- alpha-specific etc Makefile targets
.ifdef DESTDIR
@ -22,5 +22,7 @@ distrib:
boot:
cp ${DESTDIR}/usr/mdec/boot ${DESTDIR}/snapshot
cp ${DESTDIR}/usr/mdec/bootxx ${DESTDIR}/snapshot
cp ${DESTDIR}/usr/mdec/netboot ${DESTDIR}/snapshot
.endif # DESTDIR check

Loading…
Cancel
Save