Makefile revision 1.2
1#	$NetBSD: Makefile,v 1.2 2020/10/11 14:54:08 jmcneill Exp $
2
3.include <bsd.own.mk>
4.include "${.CURDIR}/Makefile.cdrom"
5
6CDBASE=		evbarm-${MACHINE_ARCH}cd	# gives ${CDBASE}.iso
7CDRELEASE=	true				# include $RELEASEDIR/$RELEASEMACHINEDIR
8CDRELEASE_NODEBUG=	true
9CLEANFILES+=	boot.cfg
10
11prepare_md_post:
12	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" \
13		< ${.CURDIR}/boot.cfg.in > boot.cfg
14
15.include "${.CURDIR}/../../common/Makefile.bootcd"
16
17# Exclude live images from installation media
18CDRELEASE_EXCLUDE+=	-s ',./binary/gzimg.*,,gp'
19