Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.2
      1  1.2  minoura #	$NetBSD: Makefile,v 1.2 2012/06/19 13:01:53 minoura Exp $
      2  1.1   bouyer CDBASE=		x68kcd			# gives ${CDBASE}.iso
      3  1.1   bouyer CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
      4  1.2  minoura CDINSTKERNEL=	../../floppies/instkernel
      5  1.2  minoura CDKERNELS=	netbsd-INSTALL.gz	netbsd
      6  1.2  minoura BOOTXX_CD9660=	${DESTDIR}/usr/mdec/xxboot_cd9660
      7  1.2  minoura CDMAKEFSOPTIONS= generic-bootimage=${BOOTXX_CD9660}
      8  1.2  minoura 
      9  1.2  minoura prepare_md_post:
     10  1.2  minoura 	${CP} ${BOOT} cdrom
     11  1.2  minoura 
     12  1.1   bouyer 
     13  1.1   bouyer .include "${.CURDIR}/../../../common/Makefile.bootcd"
     14