1#	$NetBSD: Makefile,v 1.5 2026/01/07 16:08:22 nia Exp $
2#
3
4CDMAKEFSEXTRAOPTS=	-m 700m
5
6.include "${.CURDIR}/../Makefile.cdrom"
7
8CDBASE=		boot			# gives ${CDBASE}.iso
9CDBUILDEXTRA+=	boot.cfg		# Add boot.cfg file
10CLEANFILES+=	boot.cfg
11
12prepare_md_post:
13	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
14
15.include "${.CURDIR}/../../../common/Makefile.bootcd"
16