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