xref: /netbsd-src/distrib/alpha/cdroms/installcd/Makefile (revision 95b39c65ca575fb40c6bb7083e0eb7ec28eabef1)
1#	$NetBSD: Makefile,v 1.2 2012/01/15 22:34:33 jmcneill Exp $
2CDBASE=		alphacd		# gives ${CDBASE}.iso
3CDINSTKERNEL=	../../instkernel/instkernel
4CDKERNELS=	netbsd netbsd
5CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
6
7#make the CD bootable
8image_md_post:
9	${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE}
10
11.include "${.CURDIR}/../../../common/Makefile.bootcd"
12
13