Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.3.8.1
      1  1.3.8.1    martin #	$NetBSD: Makefile,v 1.3.8.1 2024/06/22 10:57:11 martin 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.3.8.1    martin CDKERNELS=	netbsd-RAMDISK.gz netbsd
      7  1.3.8.1    martin CDINSTKERNEL=	../../instkernel
      8  1.3.8.1    martin 
      9  1.3.8.1    martin SYS_UBOOT=	SYS_UBOOT
     10  1.3.8.1    martin BOOTDIR=	${DESTDIR}/usr/mdec/rbootd
     11  1.3.8.1    martin 
     12  1.3.8.1    martin # make the CD bootable
     13  1.3.8.1    martin prepare_md_post:
     14  1.3.8.1    martin 	${INSTALL} ${COPY} -m 0644 ${BOOTDIR}/${SYS_UBOOT} cdrom
     15  1.3.8.1    martin 
     16  1.3.8.1    martin image_md_post:
     17  1.3.8.1    martin 	${TOOL_INSTALLBOOT} -m ${MACHINE} \
     18  1.3.8.1    martin 	    ${CDIMAGE} ${BOOTDIR}/${SYS_UBOOT} /${SYS_UBOOT}
     19  1.3.8.1    martin 
     20      1.1    bouyer .include "${.CURDIR}/../../../common/Makefile.bootcd"
     21