blob: e2ab3e5d39a009c5f568c150dd52b2a807c6874b (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile.inc,v 1.7 2020/05/17 17:04:29 deraadt Exp $
KERNELS += GENERIC.MP bsd.mp
bootblocks:
cp -p ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}
MDEXT= boot bsd.rd miniroot${OSrev}.img
|