Makefile revision 1.25
11.25Smartin# $NetBSD: Makefile,v 1.25 2015/05/27 09:44:40 martin Exp $ 21.1SbouyerCDBASE= sparc64cd # gives ${CDBASE}.iso 31.1SbouyerCDRELEASE= true # include $RELEASEDIR/$MACHINE 41.24SmartinCDKERNELS= ${RELEASEDIR}/${MACHINE}/binary/kernel/netbsd-GENERIC.gz netbsd 51.25SmartinCD_SETS= base etc modules 61.1Sbouyer 71.1Sbouyer# for PRINTOBJDIR 81.1Sbouyer.include <bsd.own.mk> 91.1Sbouyer 101.18SdhollandSYSINSTDIR!= cd ${.CURDIR}/../../../../usr.sbin/sysinst/arch/${MACHINE} && ${PRINTOBJDIR} 111.2Smartin 121.2SmartinCDRELEASE_NOISOS= true 131.1SbouyerCDBOOTIMAGEDIR!= cd ${NETBSDSRCDIR}/distrib/sparc64/bootfs && ${PRINTOBJDIR} 141.1SbouyerCDBOOTIMAGE= ${CDBOOTIMAGEDIR}/boot.fs 151.1SbouyerSUN_BOOT_ARGS:= - - - - ${CDBOOTIMAGE} 161.2Smartin 171.2Smartinimage_md_pre: 181.24Smartin ${RM} -f cdrom/etc/gettytab cdrom/etc/ttys cdrom/etc/rc 191.4Smartin ${HOST_LN} -fs /tmp/gettytab cdrom/etc/gettytab 201.7She ${INSTALL} ${COPY} ${.CURDIR}/etc.ttys cdrom/etc/ttys 211.7She ${INSTALL} ${COPY} ${.CURDIR}/etc.rc cdrom/etc/rc 221.7She ${INSTALL} ${COPY} -m 0555 ${.CURDIR}/install.sh cdrom/install.sh 231.2Smartin ${MKDIR} cdrom/mnt2 cdrom/targetroot 241.7She ${INSTALL} ${COPY} -m 0555 ${SYSINSTDIR}/sysinst cdrom 251.6She for f in ${SYSINSTDIR}/sysinstmsgs.??; do \ 261.7She ${INSTALL} ${COPY} $$f cdrom; \ 271.6She done 281.2Smartin 291.1Sbouyerimage_md_post: 301.1Sbouyer SUNLABEL=${TOOL_SUNLABEL:Q} \ 311.1Sbouyer ${HOST_SH} ${NETBSDSRCDIR}/distrib/common/sunbootcd.sh \ 321.14Sjmcneill ${CDIMAGE} ${SUN_BOOT_ARGS} 331.1Sbouyer 341.1Sbouyer.include "${.CURDIR}/../../../common/Makefile.bootcd" 351.24Smartin 36