blob: 02d714b524fa35786055f2b77902c948a5d9178c (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile.inc,v 1.15 2011/07/30 05:38:41 miod Exp $
KERNELS += GENERIC.MP bsd.mp
bootblocks:
cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/
MDEXT= bsd.rd \
bootsd bootst bootxx installboot netboot stboot tftpboot
|