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