# $OpenBSD: Makefile.inc,v 1.10 2011/01/14 17:18:50 deraadt Exp $
|
|
|
|
kernels: bsd bootblocks
|
|
cp ${.CURDIR}/../sys/arch/vax/compile/GENERIC/bsd \
|
|
${RELEASEDIR}/bsd
|
|
|
|
bsd:
|
|
cd ${.CURDIR}/../sys/arch/vax/conf && config GENERIC
|
|
cd ${.CURDIR}/../sys/arch/vax/compile/GENERIC && \
|
|
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
|
|
|
|
bootblocks:
|
|
mopa.out ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}/boot.mop
|
|
|
|
MDEXT= bsd bsd.rd boot.mop cd${OSrev}.iso floppy${OSrev}.fs
|
|
|
|
.PHONY: bsd bootblocks
|