blob: ff94b117e32b28db9e60f48eab9c6aba657e077a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $OpenBSD: Makefile.inc,v 1.27 2019/04/26 04:50:13 deraadt Exp $
KERNELS += GENERIC.MP bsd.mp
KERNELS += GENERIC.MP bsd.mp
bootblocks:
cp -p ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}
cp -p ${DESTDIR}/usr/mdec/bootxx ${RELEASEDIR}
cp -p ${DESTDIR}/usr/mdec/netboot ${RELEASEDIR}
cp -p ${DESTDIR}/usr/mdec/netboot.mop ${RELEASEDIR}
MDEXT= bsd.rd cd${OSrev}.iso \
miniroot${OSrev}.fs \
boot bootxx netboot netboot.mop
|