1# $OpenBSD: Makefile.inc,v 1.7 2011/04/15 03:11:38 deraadt Exp $ 2 3kernels: bsd bootblocks 4 cp ${.CURDIR}/../sys/arch/landisk/compile/GENERIC/bsd \ 5 ${RELEASEDIR}/bsd 6 7bsd: 8 cd ${.CURDIR}/../sys/arch/landisk/conf && config GENERIC 9 cd ${.CURDIR}/../sys/arch/landisk/compile/GENERIC && \ 10 ${MAKE} clean && exec ${MAKE} 11 12bootblocks: 13 cp ${DESTDIR}/usr/mdec/mbr ${RELEASEDIR} 14 cp ${DESTDIR}/usr/mdec/xxboot ${RELEASEDIR} 15 cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR} 16 17MDEXT= bsd mbr bsd.rd xxboot boot miniroot${OSrev}.fs 18 19.PHONY: bsd bootblocks 20