xref: /netbsd/distrib/sun3/cdroms/installcd/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.1 2007/03/06 21:57:26 bouyer Exp $
2CDBASE=		sun3cd			# gives ${CDBASE}.iso
3CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
4
5# for PRINTOBJDIR
6.include <bsd.own.mk>
7
8CDBOOTIMAGEDIR!= cd ${NETBSDSRCDIR}/distrib/sun3/miniroot && ${PRINTOBJDIR}
9CDBOOTIMAGE=    ${CDBOOTIMAGEDIR}/miniroot.fs
10SUN_BOOT_ARGS:= - - - ${CDBOOTIMAGE} ${CDBOOTIMAGE}
11
12image_md_post:
13	SUNLABEL=${TOOL_SUNLABEL:Q} \
14		${HOST_SH} ${NETBSDSRCDIR}/distrib/common/sunbootcd.sh \
15		${CDBASE}.iso ${SUN_BOOT_ARGS}
16
17
18.include "${.CURDIR}/../../../common/Makefile.bootcd"
19