Makefile revision 1.2
11.2Sjmcneill# $NetBSD: Makefile,v 1.2 2012/01/15 22:34:34 jmcneill 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.2Sjmcneill ${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE} 161.1Sbouyer 171.1Sbouyer.include "${.CURDIR}/../../../common/Makefile.bootcd" 18