Makefile revision 1.3
1#	$NetBSD: Makefile,v 1.3 2018/09/28 15:05:23 martin Exp $
2CDBASE=		sparccd		# gives ${CDBASE}.iso
3CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
4CDRELEASE_NODEBUG=	true
5
6# for PRINTOBJDIR
7.include <bsd.own.mk>
8
9CDBOOTIMAGEDIR!= cd ${NETBSDSRCDIR}/distrib/sparc/bootfs && ${PRINTOBJDIR}
10CDBOOTIMAGE=    ${CDBOOTIMAGEDIR}/boot.fs
11SUN_BOOT_ARGS:= ${CDBOOTIMAGE} ${CDBOOTIMAGE} ${CDBOOTIMAGE} - -
12image_md_post:
13	SUNLABEL=${TOOL_SUNLABEL:Q} \
14		${HOST_SH} ${NETBSDSRCDIR}/distrib/common/sunbootcd.sh \
15		${CDIMAGE} ${SUN_BOOT_ARGS}
16	
17
18.include "${.CURDIR}/../../../common/Makefile.bootcd"
19