Makefile.inc revision 1.22
11.22Smartin# $NetBSD: Makefile.inc,v 1.22 2014/06/30 15:34:57 martin 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.8SthorpejKERNEL_SETS= GENERIC GENERICSBC 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.17SfredbMKISOFS_FLAGS+= -hfs --macbin \ 221.20Slukem -map ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc/extensions.map 231.18Sbouyer 241.22Smartiniso-image: do-iso-image 25