1 1.2 tsutsui # $NetBSD: Makefile,v 1.2 2008/04/26 10:45:49 tsutsui Exp $ 2 1.1 bouyer CDBASE= arccd # gives ${CDBASE}.iso 3 1.1 bouyer CDRELEASE= true # include $RELEASEDIR/$MACHINE 4 1.2 tsutsui CDKERNELS= netbsd-RAMDISK.gz netbsd 5 1.2 tsutsui CDINSTKERNEL= ../../instkernel 6 1.2 tsutsui BOOT= ${DESTDIR}/usr/mdec/boot 7 1.2 tsutsui 8 1.2 tsutsui image_md_post: 9 1.2 tsutsui ${CP} ${BOOT} cdrom 10 1.1 bouyer 11 1.1 bouyer .include "${.CURDIR}/../../../common/Makefile.bootcd" 12