From 973cec6a484fa0479a2d710c2398594b06f1a3f1 Mon Sep 17 00:00:00 2001 From: miod Date: Sat, 13 Dec 2014 14:45:57 +0000 Subject: [PATCH] Install netboot.mop --- etc/etc.alpha/Makefile.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/etc/etc.alpha/Makefile.inc b/etc/etc.alpha/Makefile.inc index 8c4f887853a..ba333b904bf 100644 --- a/etc/etc.alpha/Makefile.inc +++ b/etc/etc.alpha/Makefile.inc @@ -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 -- 2.20.1