1#	$NetBSD: Makefile.inc,v 1.13 2008/03/18 04:20:36 lukem Exp $
2#
3#	etc.acorn32/Makefile.inc -- acorn32-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 NC
10
11BUILD_KERNELS=		INSTALL
12
13INSTALLATION_DIRS+=	installation/kernel	\
14			installation/misc
15
16snap_md_post:
17	${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/boot32,ffa \
18	    ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc
19	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/kernel '*.gz'
20	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*.gz' boot32,ffa
21