blob: 0861a069f605d56f8966ab1d54ec22596f1fe090 (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile.inc,v 1.14 2011/07/22 09:30:54 espie Exp $
KERNELS += CONFIG.MP bsd.mp
bootblocks:
cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/
MDEXT= bsd.rd \
bootsd bootst bootxx installboot netboot stboot tftpboot
|