Sync usage with man page.
[netbsd-mini2440.git] / distrib / amd64 / cdroms / bootcd / Makefile
blob52aa32b9aca5c09d2823ac42354bae777bfc20fd
1 # $NetBSD: Makefile,v 1.2 2007/03/06 21:52:45 bouyer Exp $
4 .include "${.CURDIR}/../Makefile.cdrom"
6 CDBASE= boot # gives ${CDBASE}.iso
7 CDKERNELS= netbsd-INSTALL.gz netbsd # from ../instkernel
8 CDBUILDEXTRA+= boot.cfg # Add boot.cfg file
9 CLEANFILES+= boot.cfg
11 prepare_md_post:
12 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
14 .include "${.CURDIR}/../../../common/Makefile.bootcd"