Makefile revision 1.18
11.18Schristos# $NetBSD: Makefile,v 1.18 2019/09/23 13:42:35 christos Exp $ 21.1SbouyerCDBASE= vaxcd # gives ${CDBASE}.iso 31.18SchristosCDRELEASE= true # include $RELEASEDIR/$RELEASEMACHINEDIR 41.17SmartinCDRELEASE_NODEBUG= true 51.18SchristosCDKERNELS= ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/kernel/netbsd-GENERIC.gz netbsd.gz 61.3SmartinCDRELEASE_NOISOS=true 71.14SmartinCD_SETS= base etc # no modules for VAX 81.1Sbouyer 91.3Smartin# for PRINTOBJDIR 101.3Smartin.include <bsd.own.mk> 111.8SdhollandSYSINSTDIR!= cd ${.CURDIR}/../../../../usr.sbin/sysinst/arch/${MACHINE} && ${PRINTOBJDIR} 121.3Smartin 131.3Smartin# prepare mutliuser install environment 141.3Smartinimage_md_pre: 151.1Sbouyer ${RM} -f cdrom/boot 161.16Schristos ${INSTALL} ${COPY} -m 0444 ${DESTDIR}/usr/mdec/boot cdrom/boot 171.1Sbouyer ${RM} -f bootxx.${MACHINE} 181.16Schristos ${INSTALL} ${COPY} -m 0444 ${DESTDIR}/usr/mdec/xxboot bootxx.${MACHINE} 191.14Smartin ${RM} -f cdrom/etc/gettytab cdrom/etc/ttys cdrom/etc/rc 201.3Smartin ${HOST_LN} -fs /tmp/gettytab cdrom/etc/gettytab 211.3Smartin ${INSTALL} ${COPY} ${.CURDIR}/etc.ttys cdrom/etc/ttys 221.3Smartin ${INSTALL} ${COPY} ${.CURDIR}/etc.rc cdrom/etc/rc 231.3Smartin ${INSTALL} ${COPY} -m 0555 ${.CURDIR}/install.sh cdrom/install.sh 241.16Schristos ${MKDIR} ${MKDIRPERM} cdrom/mnt2 cdrom/targetroot 251.15Smartin ${INSTALL} ${COPY} ${SYSINSTDIR}/sysinstmsgs.?? cdrom/usr/share/sysinst/catalog/ 261.7Smartin ${TOOL_GZIP} -d -f cdrom/netbsd.gz 271.1Sbouyer 281.3Smartin# make the CD bootable 291.1Sbouyerimage_md_post: 301.2Sjmcneill ${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE} 311.1Sbouyer 321.1Sbouyer.include "${.CURDIR}/../../../common/Makefile.bootcd" 33