Home | History | Annotate | Line # | Download | only in bootcd
      1 #	$NetBSD: Makefile,v 1.4 2011/01/18 00:16:13 jym Exp $
      2 #
      3 
      4 .include "${.CURDIR}/../Makefile.cdrom"
      5 
      6 CDBASE=		boot			# gives ${CDBASE}.iso
      7 CDBUILDEXTRA+=	boot.cfg		# Add boot.cfg file
      8 CLEANFILES+=	boot.cfg
      9 
     10 prepare_md_post:
     11 	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
     12 
     13 .include "${.CURDIR}/../../../common/Makefile.bootcd"
     14