Makefile revision 1.1
11.1Sbouyer# $NetBSD: Makefile,v 1.1 2007/03/06 21:57:27 bouyer Exp $ 21.1SbouyerCDBASE= vaxcd # gives ${CDBASE}.iso 31.1SbouyerCDRELEASE= true # include $RELEASEDIR/$MACHINE 41.1SbouyerCDKERNELS= install.ram.gz netbsd 51.1SbouyerCDINSTKERNEL= ../../ramdisk-kernel 61.1Sbouyer 71.1Sbouyer#make the CD bootable 81.1Sbouyerprepare_md_post: 91.1Sbouyer ${RM} -f cdrom/boot 101.1Sbouyer ${CP} ${DESTDIR}/usr/mdec/boot cdrom/boot 111.1Sbouyer ${RM} -f bootxx.${MACHINE} 121.1Sbouyer ${CP} ${DESTDIR}/usr/mdec/xxboot bootxx.${MACHINE} 131.1Sbouyer 141.1Sbouyerimage_md_post: 151.1Sbouyer ${TOOL_INSTALLBOOT} -m${MACHINE} ${CDBASE}.iso bootxx.${MACHINE} 161.1Sbouyer 171.1Sbouyer.include "${.CURDIR}/../../../common/Makefile.bootcd" 18