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