2007-03-08 16:48:36 +03:00
|
|
|
# $NetBSD: Makefile,v 1.3 2007/03/08 13:48:36 bouyer Exp $
|
2006-10-29 20:58:15 +03:00
|
|
|
#
|
|
|
|
|
|
|
|
# Install CD, to be made after 'build.sh release'
|
|
|
|
# Requires populated $RELEASEDIR/${MACHINE}
|
|
|
|
|
2007-03-07 00:52:44 +03:00
|
|
|
.include "${.CURDIR}/../Makefile.cdrom"
|
|
|
|
|
|
|
|
CDBASE= i386cd # gives ${CDBASE}.iso
|
2006-10-29 20:58:15 +03:00
|
|
|
CDRELEASE= true # include $RELEASEDIR/$MACHINE
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../../../common/Makefile.bootcd"
|