Makefile.cdrom revision 1.40
11.40Smartin# $NetBSD: Makefile.cdrom,v 1.40 2015/07/19 10:16:55 martin Exp $ 21.5Sad 31.5Sad.include <bsd.own.mk> 41.5Sad 51.30SdhollandSYSINSTDIR!= cd ${.CURDIR}/../../../../usr.sbin/sysinst/arch/${MACHINE} && ${PRINTOBJDIR} 61.8Sad 71.6Sad# Need multidot for the boot loader to read kernel modules as it doesn't 81.6Sad# understand rockridge. 91.6SadCDMAKEFSOPTIONS= bootimage=i386;bootxx.${MACHINE},no-emul-boot,allow-multidot 101.6SadCDINSTKERNEL= ../../instkernel 111.6SadCDKERNELS= netbsd-GENERIC.gz netbsd 121.6SadCDRELEASE_NOISOS= true 131.40SmartinCD_SETS= base etc 141.40Smartin.if ${MKKMOD} != "no" 151.40SmartinCD_SETS+= modules 161.40Smartin.endif 171.1Sbouyer 181.7Sadimage_md_pre: 191.37Smartin ${RM} -f cdrom/etc/gettytab cdrom/etc/ttys cdrom/etc/rc cdrom/install.sh 201.18Smartin ${HOST_LN} -fs /tmp/gettytab cdrom/etc/gettytab 211.20She ${INSTALL} ${COPY} ${.CURDIR}/../etc.ttys cdrom/etc/ttys 221.20She ${INSTALL} ${COPY} ${.CURDIR}/../etc.rc cdrom/etc/rc 231.20She ${INSTALL} ${COPY} -m 0555 ${.CURDIR}/../install.sh cdrom/install.sh 241.7Sad ${MKDIR} cdrom/mnt2 cdrom/targetroot 251.39Smartin ${INSTALL} ${COPY} ${SYSINSTDIR}/sysinstmsgs.?? cdrom/usr/share/sysinst/catalog/ 261.14Sahoka ${MKDIR} cdrom/var 27