Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.1.6.2
      1  1.1.6.2    matt #	Makefile,v 1.1.6.1 2008/01/09 01:28:07 matt Exp
      2  1.1.6.1    matt 
      3      1.1  bouyer CDBASE=		ofppccd		# gives ${CDBASE}.iso
      4      1.1  bouyer CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
      5  1.1.6.2    matt CDKERNELS+=	netbsd-INSTALL.gz netbsd
      6  1.1.6.1    matt CDINSTKERNEL=	../../instkernel
      7  1.1.6.1    matt 
      8  1.1.6.2    matt .include <bsd.kernobj.mk>	# For KERNSRCDIR
      9  1.1.6.2    matt DISTRIBVERS!=	${HOST_SH} ${KERNSRCDIR}/conf/osrelease.sh
     10  1.1.6.2    matt 
     11  1.1.6.1    matt prepare_md_post:
     12  1.1.6.1    matt 	# install ofwboot as ofwboot.ofppc
     13  1.1.6.1    matt 	${HOST_INSTALL_FILE} -m ${BINMODE} ${DESTDIR}/usr/mdec/ofwboot \
     14  1.1.6.1    matt 	    ${.OBJDIR}/cdrom/ofwboot.ofppc
     15  1.1.6.2    matt 	${MKDIR} ${.OBJDIR}/cdrom/nbsd
     16  1.1.6.2    matt 	${MKDIR} ${.OBJDIR}/cdrom/ppc
     17  1.1.6.2    matt 	${HOST_INSTALL_FILE} -m ${BINMODE} ${DESTDIR}/usr/mdec/ofwboot \
     18  1.1.6.2    matt 	    ${.OBJDIR}/cdrom/nbsd/ofwboot
     19  1.1.6.2    matt 	${DESTDIR}/usr/mdec/mkbootinfo "NetBSD/${MACHINE} ${DISTRIBVERS}" \
     20  1.1.6.2    matt 	    "1,\nbsd\ofwboot" ${.OBJDIR}/cdrom/ppc/bootinfo.txt \
     21  1.1.6.2    matt 	    ${DESTDIR}/usr/mdec/netbsd.chrp
     22      1.1  bouyer 
     23      1.1  bouyer .include "${.CURDIR}/../../../common/Makefile.bootcd"
     24