Makefile revision 1.16
11.16Schristos# $NetBSD: Makefile,v 1.16 2017/02/10 16:43:59 christos Exp $ 21.1SbouyerCDBASE= vaxcd # gives ${CDBASE}.iso 31.1SbouyerCDRELEASE= true # include $RELEASEDIR/$MACHINE 41.4SmartinCDKERNELS= ${RELEASEDIR}/${MACHINE}/binary/kernel/netbsd-GENERIC.gz netbsd.gz 51.3SmartinCDRELEASE_NOISOS=true 61.14SmartinCD_SETS= base etc # no modules for VAX 71.1Sbouyer 81.3Smartin# for PRINTOBJDIR 91.3Smartin.include <bsd.own.mk> 101.8SdhollandSYSINSTDIR!= cd ${.CURDIR}/../../../../usr.sbin/sysinst/arch/${MACHINE} && ${PRINTOBJDIR} 111.3Smartin 121.3Smartin# prepare mutliuser install environment 131.3Smartinimage_md_pre: 141.1Sbouyer ${RM} -f cdrom/boot 151.16Schristos ${INSTALL} ${COPY} -m 0444 ${DESTDIR}/usr/mdec/boot cdrom/boot 161.1Sbouyer ${RM} -f bootxx.${MACHINE} 171.16Schristos ${INSTALL} ${COPY} -m 0444 ${DESTDIR}/usr/mdec/xxboot bootxx.${MACHINE} 181.14Smartin ${RM} -f cdrom/etc/gettytab cdrom/etc/ttys cdrom/etc/rc 191.3Smartin ${HOST_LN} -fs /tmp/gettytab cdrom/etc/gettytab 201.3Smartin ${INSTALL} ${COPY} ${.CURDIR}/etc.ttys cdrom/etc/ttys 211.3Smartin ${INSTALL} ${COPY} ${.CURDIR}/etc.rc cdrom/etc/rc 221.3Smartin ${INSTALL} ${COPY} -m 0555 ${.CURDIR}/install.sh cdrom/install.sh 231.16Schristos ${MKDIR} ${MKDIRPERM} cdrom/mnt2 cdrom/targetroot 241.15Smartin ${INSTALL} ${COPY} ${SYSINSTDIR}/sysinstmsgs.?? cdrom/usr/share/sysinst/catalog/ 251.7Smartin ${TOOL_GZIP} -d -f cdrom/netbsd.gz 261.1Sbouyer 271.3Smartin# make the CD bootable 281.1Sbouyerimage_md_post: 291.2Sjmcneill ${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE} 301.1Sbouyer 311.1Sbouyer.include "${.CURDIR}/../../../common/Makefile.bootcd" 32