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