11.7Shannken# $NetBSD: Makefile,v 1.7 2008/12/09 12:01:55 hannken Exp $ 21.1Shubertf# 31.1Shubertf 41.2Sbouyer.include "${.CURDIR}/../Makefile.cdrom" 51.2Sbouyer 61.1ShubertfCDBASE= boot-com # gives ${CDBASE}.iso 71.1ShubertfCDBOOTOPTIONS= -o console=com0 81.1Shubertf 91.5SadCDBUILDEXTRA+= boot.cfg # Add boot.cfg file 101.4SsborrillCLEANFILES+= boot.cfg 111.4Ssborrill 121.4Ssborrillprepare_md_post: 131.4Ssborrill ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/../bootcd/boot.cfg.in > boot.cfg 141.4Ssborrill 151.1Shubertf.include "${.CURDIR}/../../../common/Makefile.bootcd" 16