blob: 2724bdeeb1a0d806799929af218f055f164cb7f6 (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile.inc,v 1.8 2013/10/15 13:28:08 miod Exp $
KERNELS += GENERIC.MP bsd.mp
bootblocks:
cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}/
MDEXT= bsd.rd bsd.rd.xcf \
boot
|