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
14 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR
}/..
/bootcd
/boot.cfg.in
> boot.cfg
16 .
include "${.CURDIR}/../../../common/Makefile.bootcd"