Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.1.30.1
      1  1.1.30.1  msaitoh #	$NetBSD: Makefile,v 1.1.30.1 2014/11/08 12:27:25 msaitoh Exp $
      2       1.1   bouyer CDBASE=		vaxcd			# gives ${CDBASE}.iso
      3       1.1   bouyer CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
      4       1.1   bouyer CDKERNELS=	install.ram.gz netbsd
      5       1.1   bouyer CDINSTKERNEL=	../../ramdisk-kernel
      6       1.1   bouyer 
      7       1.1   bouyer #make the CD bootable
      8       1.1   bouyer prepare_md_post:
      9       1.1   bouyer 	${RM} -f cdrom/boot
     10       1.1   bouyer 	${CP} ${DESTDIR}/usr/mdec/boot cdrom/boot
     11       1.1   bouyer 	${RM} -f bootxx.${MACHINE}
     12       1.1   bouyer 	${CP} ${DESTDIR}/usr/mdec/xxboot bootxx.${MACHINE}
     13       1.1   bouyer 
     14       1.1   bouyer image_md_post:
     15  1.1.30.1  msaitoh 	${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE}
     16       1.1   bouyer 
     17       1.1   bouyer .include "${.CURDIR}/../../../common/Makefile.bootcd"
     18