Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2020/10/11 14:24:50 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