Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.4.58.1
      1  1.4.58.1   bouyer #	$NetBSD: Makefile,v 1.4.58.1 2017/04/21 16:51:12 bouyer 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.2      mrg CDINSTKERNEL=	../../instkernel
      7       1.2      mrg 
      8       1.3  garbled .include <bsd.kernobj.mk>	# For KERNSRCDIR
      9       1.3  garbled DISTRIBVERS!=	${HOST_SH} ${KERNSRCDIR}/conf/osrelease.sh
     10       1.3  garbled 
     11       1.2      mrg prepare_md_post:
     12       1.2      mrg 	# install ofwboot as ofwboot.ofppc
     13       1.2      mrg 	${HOST_INSTALL_FILE} -m ${BINMODE} ${DESTDIR}/usr/mdec/ofwboot \
     14       1.2      mrg 	    ${.OBJDIR}/cdrom/ofwboot.ofppc
     15  1.4.58.1   bouyer 	${MKDIR} ${MKDIRPERM} ${.OBJDIR}/cdrom/nbsd
     16  1.4.58.1   bouyer 	${MKDIR} ${MKDIRPERM} ${.OBJDIR}/cdrom/ppc
     17       1.3  garbled 	${HOST_INSTALL_FILE} -m ${BINMODE} ${DESTDIR}/usr/mdec/ofwboot \
     18       1.3  garbled 	    ${.OBJDIR}/cdrom/nbsd/ofwboot
     19       1.3  garbled 	${DESTDIR}/usr/mdec/mkbootinfo "NetBSD/${MACHINE} ${DISTRIBVERS}" \
     20       1.3  garbled 	    "1,\nbsd\ofwboot" ${.OBJDIR}/cdrom/ppc/bootinfo.txt \
     21       1.3  garbled 	    ${DESTDIR}/usr/mdec/netbsd.chrp
     22       1.1   bouyer 
     23       1.1   bouyer .include "${.CURDIR}/../../../common/Makefile.bootcd"
     24