Makefile.inc revision 1.12
1#	$NetBSD: Makefile.inc,v 1.12 2007/07/24 10:49:23 pavel 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}/${MACHINE}/installation/misc
19	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/kernel '*.gz'
20	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc '*.gz' boot32,ffa
21