Home | History | Annotate | Line # | Download | only in bootcd
Makefile revision 1.6
      1  1.6        ad #	$NetBSD: Makefile,v 1.6 2008/11/21 15:49:51 ad Exp $
      2  1.1   hubertf #
      3  1.1   hubertf 
      4  1.2    bouyer .include "${.CURDIR}/../Makefile.cdrom"
      5  1.2    bouyer 
      6  1.1   hubertf CDBASE=		boot			# gives ${CDBASE}.iso
      7  1.5        ad CDBUILDEXTRA+=	boot.cfg		# Add boot.cfg file
      8  1.4  sborrill CLEANFILES+=	boot.cfg
      9  1.4  sborrill 
     10  1.4  sborrill prepare_md_post:
     11  1.4  sborrill 	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
     12  1.1   hubertf 
     13  1.6        ad image_md_pre:
     14  1.6        ad 	${CP} ${.CURDIR}/../../ramdisks/common/dot.profile cdrom/etc/rc
     15  1.6        ad 
     16  1.1   hubertf .include "${.CURDIR}/../../../common/Makefile.bootcd"
     17