Makefile.inc revision 1.26
1# $NetBSD: Makefile.inc,v 1.26 2024/06/05 15:07:13 tsutsui Exp $ 2# 3# etc.mac68k/Makefile.inc -- mac68k-specific etc Makefile targets 4# 5 6# If you change the list of distributed kernels, don't forget 7# to update the release documentation in distrib/notes/common/contents 8 9KERNEL_SETS= GENERIC GENERICSBC WSFB WSFBSBC 10 11BUILD_KERNELS= INSTALL INSTALLSBC 12 13INSTALLATION_DIRS+= installation/miniroot \ 14 installation/instkernel 15 16snap_md_post: 17 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/instkernel '*.gz' 18 19# For "make iso-image" 20# mkisofs arguments to create a hybrid (HFS/Rockridge) CD-ROM image. 21MKISOFS_FLAGS+= -hfs --macbin \ 22 -map ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc/extensions.map 23# exclude large debug sets to avoid possible 700MB overflow 24MKISOFS_FLAGS+= -m debug.tgz -m xdebug.tgz 25 26iso-image: do-iso-image 27