1# $NetBSD: Makefile,v 1.3 2013/12/13 10:27:56 mrg Exp $ 2CDBASE= pmaxcd # gives ${CDBASE}.iso 3CDRELEASE= true # include $RELEASEDIR/$MACHINE 4.if ${MACHINE_ARCH} == "mipsel" 5CDKERNELS= netbsd-INSTALL.gz netbsd 6.else 7CDKERNELS= netbsd-INSTALL64.gz netbsd 8.endif 9CDINSTKERNEL= ../../instkernel 10 11#make the CD bootable 12image_md_post: 13 ${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE} 14 15.include "${.CURDIR}/../../../common/Makefile.bootcd" 16