Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / distrib / i386 / cdroms / bootcd-com / Makefile
blob8d519a41051946447ecaf039c2004255264072bb
1 # $NetBSD: Makefile,v 1.6 2008/11/21 15:49:51 ad Exp $
4 .include "${.CURDIR}/../Makefile.cdrom"
6 CDBASE= boot-com # gives ${CDBASE}.iso
7 CDBOOTOPTIONS= -o console=com0
9 CDBUILDEXTRA+= boot.cfg # Add boot.cfg file
10 CLEANFILES+= boot.cfg
12 prepare_md_post:
13 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/../bootcd/boot.cfg.in > boot.cfg
15 .include "${.CURDIR}/../../../common/Makefile.bootcd"