Browse Source

Install netboot.mop

OPENBSD_5_7
miod 9 years ago
parent
commit
9837a9e786
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,4 +1,6 @@
# $OpenBSD: Makefile.inc,v 1.23 2014/02/03 05:35:40 miod Exp $
# $OpenBSD: Makefile.inc,v 1.24 2014/12/13 14:45:57 miod Exp $
KERNELS += GENERIC.MP bsd.mp
KERNELS += GENERIC.MP bsd.mp
@ -6,7 +8,8 @@ bootblocks:
cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}
cp ${DESTDIR}/usr/mdec/bootxx ${RELEASEDIR}
cp ${DESTDIR}/usr/mdec/netboot ${RELEASEDIR}
cp ${DESTDIR}/usr/mdec/netboot.mop ${RELEASEDIR}
MDEXT= bsd.rd cd${OSrev}.iso \
floppy${OSrev}.fs floppyB${OSrev}.fs floppyC${OSrev}.fs \
boot bootxx netboot
boot bootxx netboot netboot.mop

Loading…
Cancel
Save