1# $OpenBSD: Makefile.inc,v 1.26 2017/04/04 00:03:12 deraadt Exp $ 2 3KERNELS += GENERIC.MP bsd.mp 4 5KERNELS += GENERIC.MP bsd.mp 6 7bootblocks: 8 cp -p ${DESTDIR}/usr/mdec/boot ${RELEASEDIR} 9 cp -p ${DESTDIR}/usr/mdec/bootxx ${RELEASEDIR} 10 cp -p ${DESTDIR}/usr/mdec/netboot ${RELEASEDIR} 11 cp -p ${DESTDIR}/usr/mdec/netboot.mop ${RELEASEDIR} 12 13MDEXT= bsd.rd cd${OSrev}.iso \ 14 miniroot${OSrev}.fs \ 15 floppy${OSrev}.fs floppyB${OSrev}.fs floppyC${OSrev}.fs \ 16 boot bootxx netboot netboot.mop 17