Home | History | Annotate | Line # | Download | only in bootcd-com
      1  1.8       nia #	$NetBSD: Makefile,v 1.8 2026/01/07 16:08:22 nia Exp $
      2  1.1   hubertf #
      3  1.1   hubertf 
      4  1.8       nia CDMAKEFSEXTRAOPTS=	-m 700m
      5  1.8       nia 
      6  1.2    bouyer .include "${.CURDIR}/../Makefile.cdrom"
      7  1.2    bouyer 
      8  1.1   hubertf CDBASE=		boot-com			# gives ${CDBASE}.iso
      9  1.1   hubertf CDBOOTOPTIONS=	-o console=com0
     10  1.1   hubertf 
     11  1.5        ad CDBUILDEXTRA+=	boot.cfg		# Add boot.cfg file
     12  1.4  sborrill CLEANFILES+=	boot.cfg
     13  1.4  sborrill 
     14  1.4  sborrill prepare_md_post:
     15  1.4  sborrill 	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/../bootcd/boot.cfg.in > boot.cfg
     16  1.4  sborrill 
     17  1.1   hubertf .include "${.CURDIR}/../../../common/Makefile.bootcd"
     18