Makefile.inc revision 1.29
11.29Sis# $NetBSD: Makefile.inc,v 1.29 2020/03/13 10:01:07 is 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.29Sis ${TOOL_GZIP} -fd ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot/miniroot.fs.gz 191.29Sis ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.fs*' 20