Makefile revision 1.3
1# $NetBSD: Makefile,v 1.3 2007/03/08 13:48:36 bouyer Exp $ 2# 3 4# Install CD, to be made after 'build.sh release' 5# Requires populated $RELEASEDIR/${MACHINE} 6 7.include "${.CURDIR}/../Makefile.cdrom" 8 9CDBASE= i386cd # gives ${CDBASE}.iso 10CDRELEASE= true # include $RELEASEDIR/$MACHINE 11 12.include "${.CURDIR}/../../../common/Makefile.bootcd" 13