1 # $NetBSD: Makefile,v 1.2 2012/01/15 22:34:34 jmcneill Exp $ 2 CDBASE= vaxcd # gives ${CDBASE}.iso 3 CDRELEASE= true # include $RELEASEDIR/$MACHINE 4 CDKERNELS= install.ram.gz netbsd 5 CDINSTKERNEL= ../../ramdisk-kernel 6 7 #make the CD bootable 8 prepare_md_post: 9 ${RM} -f cdrom/boot 10 ${CP} ${DESTDIR}/usr/mdec/boot cdrom/boot 11 ${RM} -f bootxx.${MACHINE} 12 ${CP} ${DESTDIR}/usr/mdec/xxboot bootxx.${MACHINE} 13 14 image_md_post: 15 ${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE} 16 17 .include "${.CURDIR}/../../../common/Makefile.bootcd" 18