11.31Srin# $NetBSD: Makefile.inc,v 1.31 2020/03/16 09:42:04 rin Exp $ 21.1Schopps# 31.1Schopps# etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets 41.1Schopps# 51.1Schopps 61.25Spavel# If you change the list of distributed kernels, don't forget 71.25Spavel# to update the release documentation in distrib/notes/common/contents 81.25Spavel 91.15SthorpejKERNEL_SETS= GENERIC 101.15Sthorpej 111.28SrinEXTRA_KERNELS= INSTALL WSCONS 121.12Sis 131.18SlukemINSTALLATION_DIRS+= installation/miniroot \ 141.14Sis installation/misc 151.20Slukem 161.12Sissnap_md_post: 171.26Slukem ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*' 181.31Srin rm -f ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot/miniroot.fs 191.30Sis ${TOOL_GZIP} -cd ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot/miniroot.fs.gz > \ 201.30Sis ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot/miniroot.fs 211.29Sis ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.fs*' 22