Browse Source

install bootblocks too

OPENBSD_2_3
deraadt 27 years ago
parent
commit
3255b5a3b3
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      src/etc/etc.alpha/Makefile.inc

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

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

Loading…
Cancel
Save