1 # $NetBSD: Makefile,v 1.3.12.2 2008/06/02 13:21:13 mjf Exp $ 2 # 3 4 .include "${.CURDIR}/../Makefile.cdrom" 5 6 CDBASE= boot-com # gives ${CDBASE}.iso 7 CDBOOTOPTIONS= -o console=com0 8 9 CDBUILDEXTRA+= boot.cfg # Add boot.cfg file 10 CLEANFILES+= boot.cfg 11 12 prepare_md_post: 13 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/../bootcd/boot.cfg.in > boot.cfg 14 15 .include "${.CURDIR}/../../../common/Makefile.bootcd" 16