1 # $NetBSD: Makefile,v 1.2 2007/03/06 21:52:45 bouyer Exp $
4 .
include "${.CURDIR}/../Makefile.cdrom"
6 CDBASE
= amd64cd
# gives ${CDBASE}.iso
7 CDKERNELS
= netbsd-INSTALL.gz netbsd
# from ../instkernel
8 CDRELEASE
= true
# include $RELEASEDIR/$MACHINE
9 CDBUILDEXTRA
= boot.cfg
# Add boot.cfg file
13 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" \
14 < ${.CURDIR
}/boot.cfg.in
> boot.cfg
16 .
include "${.CURDIR}/../../../common/Makefile.bootcd"