Makefile.inc revision 1.24
11.1Sriastrad# $NetBSD: Makefile.inc,v 1.24 2023/05/19 14:47:16 hauke Exp $ 21.1Sriastrad# 31.1Sriastrad# etc.mac68k/Makefile.inc -- mac68k-specific etc Makefile targets 41.1Sriastrad# 51.1Sriastrad 61.1Sriastrad# If you change the list of distributed kernels, don't forget 71.1Sriastrad# to update the release documentation in distrib/notes/common/contents 81.1Sriastrad 91.1SriastradKERNEL_SETS= GENERIC GENERICSBC WSFB WSFBSBC 101.1Sriastrad 111.1SriastradBUILD_KERNELS= INSTALL INSTALLSBC 121.1Sriastrad 131.1SriastradINSTALLATION_DIRS+= installation/miniroot \ 141.1Sriastrad installation/instkernel 151.1Sriastrad 161.1Sriastradsnap_md_post: 171.1Sriastrad ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/instkernel '*.gz' 181.1Sriastrad 191.1Sriastrad# For "make iso-image" 201.1Sriastrad# mkisofs arguments to create a hybrid (HFS/Rockridge) CD-ROM image. 211.1SriastradMKISOFS_FLAGS+= -hfs --macbin -data-change-warn \ 221.1Sriastrad -map ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc/extensions.map 231.1Sriastrad 241.1Sriastradiso-image: do-iso-image 251.1Sriastrad