22 lines
796 B
Makefile
22 lines
796 B
Makefile
# $NetBSD: Makefile.inc,v 1.31 2020/03/16 09:42:04 rin Exp $
|
|
#
|
|
# etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets
|
|
#
|
|
|
|
# If you change the list of distributed kernels, don't forget
|
|
# to update the release documentation in distrib/notes/common/contents
|
|
|
|
KERNEL_SETS= GENERIC
|
|
|
|
EXTRA_KERNELS= INSTALL WSCONS
|
|
|
|
INSTALLATION_DIRS+= installation/miniroot \
|
|
installation/misc
|
|
|
|
snap_md_post:
|
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*'
|
|
rm -f ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot/miniroot.fs
|
|
${TOOL_GZIP} -cd ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot/miniroot.fs.gz > \
|
|
${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot/miniroot.fs
|
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.fs*'
|