blob: f6a699e7a3f88738ee9966a89b07dc42565a8d50 (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile.inc,v 1.16 2013/05/12 12:15:59 miod Exp $
KERNELS += GENERIC.MP bsd.mp
bootblocks:
cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/
MDEXT= bsd.rd \
bootsd bootst bootxx installboot netboot sboot stboot tftpboot
|