Makefile revision 1.4
11.4Ssborrill# $NetBSD: Makefile,v 1.4 2008/02/23 17:52:14 sborrill 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.4SsborrillCDBUILDEXTRA= 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