Home | History | Annotate | Line # | Download | only in bootcd-com
Makefile revision 1.4
      1  1.4     yamt #	$NetBSD: Makefile,v 1.4 2009/10/21 02:31:44 yamt 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-com			# gives ${CDBASE}.iso
      7  1.2   bouyer CDKERNELS=	netbsd-INSTALL.gz	netbsd	# from ../instkernel
      8  1.1  hubertf CDBOOTOPTIONS=	-o console=com0
      9  1.1  hubertf 
     10  1.4     yamt CDBUILDEXTRA+=	boot.cfg		# Add boot.cfg file
     11  1.3  tsutsui CLEANFILES+=	boot.cfg
     12  1.3  tsutsui 
     13  1.3  tsutsui prepare_md_post:
     14  1.3  tsutsui 	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/../bootcd/boot.cfg.in > boot.cfg
     15  1.3  tsutsui 
     16  1.1  hubertf .include "${.CURDIR}/../../../common/Makefile.bootcd"
     17