Home | History | Annotate | Line # | Download | only in bootcd
      1  1.4      jym #	$NetBSD: Makefile,v 1.4 2011/01/18 00:16:13 jym 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.3  tsutsui CDBUILDEXTRA+=	boot.cfg		# Add boot.cfg file
      8  1.3  tsutsui CLEANFILES+=	boot.cfg
      9  1.3  tsutsui 
     10  1.3  tsutsui prepare_md_post:
     11  1.3  tsutsui 	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
     12  1.1  hubertf 
     13  1.1  hubertf .include "${.CURDIR}/../../../common/Makefile.bootcd"
     14