Home | History | Annotate | Line # | Download | only in installcd
      1  1.4   tsutsui #	$NetBSD: Makefile,v 1.4 2024/05/19 15:50:00 tsutsui Exp $
      2  1.1    bouyer CDBASE=		hp300cd			# gives ${CDBASE}.iso
      3  1.3  christos CDRELEASE=	true			# include $RELEASEDIR/$RELEASEMACHINEDIR
      4  1.2    martin CDRELEASE_NODEBUG=	true
      5  1.1    bouyer 
      6  1.4   tsutsui CDKERNELS=	netbsd-RAMDISK.gz netbsd
      7  1.4   tsutsui CDINSTKERNEL=	../../instkernel
      8  1.4   tsutsui 
      9  1.4   tsutsui SYS_UBOOT=	SYS_UBOOT
     10  1.4   tsutsui BOOTDIR=	${DESTDIR}/usr/mdec/rbootd
     11  1.4   tsutsui 
     12  1.4   tsutsui # make the CD bootable
     13  1.4   tsutsui prepare_md_post:
     14  1.4   tsutsui 	${INSTALL} ${COPY} -m 0644 ${BOOTDIR}/${SYS_UBOOT} cdrom
     15  1.4   tsutsui 
     16  1.4   tsutsui image_md_post:
     17  1.4   tsutsui 	${TOOL_INSTALLBOOT} -m ${MACHINE} \
     18  1.4   tsutsui 	    ${CDIMAGE} ${BOOTDIR}/${SYS_UBOOT} /${SYS_UBOOT}
     19  1.4   tsutsui 
     20  1.1    bouyer .include "${.CURDIR}/../../../common/Makefile.bootcd"
     21