59978d093b
from the boot loader to provide the miniroot.
19 lines
542 B
Makefile
19 lines
542 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/05/02 23:13:06 ad Exp $
|
|
#
|
|
|
|
# Install CD, to be made after 'build.sh release'
|
|
# Requires populated $RELEASEDIR/${MACHINE}
|
|
|
|
.include <bsd.own.mk>
|
|
.include "${.CURDIR}/../Makefile.cdrom"
|
|
|
|
CDBASE= i386cd # gives ${CDBASE}.iso
|
|
CDRELEASE= true # include $RELEASEDIR/$MACHINE
|
|
CDBUILDEXTRA+= boot.cfg # Add boot.cfg file
|
|
CLEANFILES+= boot.cfg
|
|
|
|
prepare_md_post:
|
|
${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
|
|
|
|
.include "${.CURDIR}/../../../common/Makefile.bootcd"
|