11.26Stsutsui# $NetBSD: Makefile.inc,v 1.26 2024/06/05 15:07:13 tsutsui Exp $ 21.1Sfredb# 31.15Slukem# etc.mac68k/Makefile.inc -- mac68k-specific etc Makefile targets 41.1Sfredb# 51.8Sthorpej 61.19Spavel# If you change the list of distributed kernels, don't forget 71.19Spavel# to update the release documentation in distrib/notes/common/contents 81.19Spavel 91.23SrinKERNEL_SETS= GENERIC GENERICSBC WSFB WSFBSBC 101.8Sthorpej 111.8SthorpejBUILD_KERNELS= INSTALL INSTALLSBC 121.1Sfredb 131.13SlukemINSTALLATION_DIRS+= installation/miniroot \ 141.13Slukem installation/instkernel 151.1Sfredb 161.1Sfredbsnap_md_post: 171.20Slukem ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/instkernel '*.gz' 181.17Sfredb 191.17Sfredb# For "make iso-image" 201.17Sfredb# mkisofs arguments to create a hybrid (HFS/Rockridge) CD-ROM image. 211.25StsutsuiMKISOFS_FLAGS+= -hfs --macbin \ 221.20Slukem -map ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc/extensions.map 231.26Stsutsui# exclude large debug sets to avoid possible 700MB overflow 241.26StsutsuiMKISOFS_FLAGS+= -m debug.tgz -m xdebug.tgz 251.18Sbouyer 261.22Smartiniso-image: do-iso-image 27