Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / distrib / amd64 / cdroms / bootcd-com / Makefile
blob6d7b008bd878d28675c09d7831d6238b992b06e0
1 # $NetBSD: Makefile,v 1.3 2008/10/22 11:59:24 tsutsui Exp $
4 .include "${.CURDIR}/../Makefile.cdrom"
6 CDBASE= boot-com # gives ${CDBASE}.iso
7 CDKERNELS= netbsd-INSTALL.gz netbsd # from ../instkernel
8 CDBOOTOPTIONS= -o console=com0
10 CDBUILDEXTRA+= boot.cfg # Add boot.cfg file
11 CLEANFILES+= boot.cfg
13 prepare_md_post:
14 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/../bootcd/boot.cfg.in > boot.cfg
16 .include "${.CURDIR}/../../../common/Makefile.bootcd"