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