blob: d410ec5f1e9b51a77506f4d3388b7252033e1c18 (
plain)
1
2
3
4
5
6
7
|
# $OpenBSD: Makefile.inc,v 1.23 2011/07/22 09:30:54 espie Exp $
bootblocks:
cp ${DESTDIR}/usr/mdec/uboot.lif ${RELEASEDIR}/SYS_UBOOT
cp ${DESTDIR}/usr/mdec/cdboot.lif ${RELEASEDIR}/SYS_CDBOOT
MDEXT= bsd.rd SYS_UBOOT SYS_CDBOOT
|