Makefile.inc revision 1.29
1# $NetBSD: Makefile.inc,v 1.29 2020/03/13 10:01:07 is Exp $ 2# 3# etc.amiga/Makefile.inc -- amiga-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 10 11EXTRA_KERNELS= INSTALL WSCONS 12 13INSTALLATION_DIRS+= installation/miniroot \ 14 installation/misc 15 16snap_md_post: 17 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*' 18 ${TOOL_GZIP} -fd ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot/miniroot.fs.gz 19 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.fs*' 20