Makefile revision 1.3
11.3Stsutsui# $NetBSD: Makefile,v 1.3 2008/10/22 11:59:24 tsutsui Exp $ 21.1Shubertf# 31.1Shubertf 41.2Sbouyer.include "${.CURDIR}/../Makefile.cdrom" 51.2Sbouyer 61.1ShubertfCDBASE= boot-com # gives ${CDBASE}.iso 71.2SbouyerCDKERNELS= netbsd-INSTALL.gz netbsd # from ../instkernel 81.1ShubertfCDBOOTOPTIONS= -o console=com0 91.1Shubertf 101.3StsutsuiCDBUILDEXTRA+= boot.cfg # Add boot..cfg file 111.3StsutsuiCLEANFILES+= boot.cfg 121.3Stsutsui 131.3Stsutsuiprepare_md_post: 141.3Stsutsui ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/../bootcd/boot.cfg.in > boot.cfg 151.3Stsutsui 161.1Shubertf.include "${.CURDIR}/../../../common/Makefile.bootcd" 17