Makefile revision 1.5
11.5Schristos# $NetBSD: Makefile,v 1.5 2017/02/10 16:43:59 christos Exp $ 21.2Smrg 31.1SbouyerCDBASE= ofppccd # gives ${CDBASE}.iso 41.1SbouyerCDRELEASE= true # include $RELEASEDIR/$MACHINE 51.3SgarbledCDKERNELS+= netbsd-INSTALL.gz netbsd 61.2SmrgCDINSTKERNEL= ../../instkernel 71.2Smrg 81.3Sgarbled.include <bsd.kernobj.mk> # For KERNSRCDIR 91.3SgarbledDISTRIBVERS!= ${HOST_SH} ${KERNSRCDIR}/conf/osrelease.sh 101.3Sgarbled 111.2Smrgprepare_md_post: 121.2Smrg # install ofwboot as ofwboot.ofppc 131.2Smrg ${HOST_INSTALL_FILE} -m ${BINMODE} ${DESTDIR}/usr/mdec/ofwboot \ 141.2Smrg ${.OBJDIR}/cdrom/ofwboot.ofppc 151.5Schristos ${MKDIR} ${MKDIRPERM} ${.OBJDIR}/cdrom/nbsd 161.5Schristos ${MKDIR} ${MKDIRPERM} ${.OBJDIR}/cdrom/ppc 171.3Sgarbled ${HOST_INSTALL_FILE} -m ${BINMODE} ${DESTDIR}/usr/mdec/ofwboot \ 181.3Sgarbled ${.OBJDIR}/cdrom/nbsd/ofwboot 191.3Sgarbled ${DESTDIR}/usr/mdec/mkbootinfo "NetBSD/${MACHINE} ${DISTRIBVERS}" \ 201.3Sgarbled "1,\nbsd\ofwboot" ${.OBJDIR}/cdrom/ppc/bootinfo.txt \ 211.3Sgarbled ${DESTDIR}/usr/mdec/netbsd.chrp 221.1Sbouyer 231.1Sbouyer.include "${.CURDIR}/../../../common/Makefile.bootcd" 24