1 # $NetBSD: Makefile,v 1.1.38.1 2012/10/30 18:48:56 yamt Exp $ 2 CDBASE= x68kcd # gives ${CDBASE}.iso 3 CDRELEASE= true # include $RELEASEDIR/$MACHINE 4 CDINSTKERNEL= ../../floppies/instkernel 5 CDKERNELS= netbsd-INSTALL.gz netbsd 6 BOOTXX_CD9660= ${DESTDIR}/usr/mdec/xxboot_cd9660 7 CDMAKEFSOPTIONS= generic-bootimage=${BOOTXX_CD9660} 8 9 prepare_md_post: 10 ${CP} ${BOOT} cdrom 11 12 13 .include "${.CURDIR}/../../../common/Makefile.bootcd" 14