Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.7
      1  1.7        ad #	$NetBSD: Makefile,v 1.7 2008/12/01 10:20:57 ad Exp $
      2  1.1   hubertf #
      3  1.1   hubertf 
      4  1.1   hubertf # Install CD, to be made after 'build.sh release'
      5  1.1   hubertf # Requires populated $RELEASEDIR/${MACHINE}
      6  1.1   hubertf 
      7  1.5        ad .include <bsd.own.mk>
      8  1.2    bouyer .include "${.CURDIR}/../Makefile.cdrom"
      9  1.2    bouyer 
     10  1.2    bouyer CDBASE=		i386cd			# gives ${CDBASE}.iso
     11  1.4  sborrill CDRELEASE=	true                    # include $RELEASEDIR/$MACHINE
     12  1.5        ad CDBUILDEXTRA+=	boot.cfg		# Add boot.cfg file
     13  1.4  sborrill CLEANFILES+=	boot.cfg
     14  1.6        ad SYSINSTDIR!=	cd ${.CURDIR}/../../../utils/sysinst/arch/${MACHINE} && ${PRINTOBJDIR}
     15  1.4  sborrill 
     16  1.4  sborrill prepare_md_post:
     17  1.4  sborrill 	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
     18  1.1   hubertf 
     19  1.1   hubertf .include "${.CURDIR}/../../../common/Makefile.bootcd"
     20