blob: 728c0bbfd710acd9c187267db05555641c8c565f (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile.inc,v 1.13 2017/04/04 00:03:12 deraadt Exp $
KERNELS += GENERIC.MP bsd.mp
bootblocks:
cp -p ${DESTDIR}/usr/mdec/xxboot ${RELEASEDIR}
MDEXT= bsd.rd cd${OSrev}.iso lif${OSrev}.fs xxboot
|