Makefile.inc revision 1.10
1#	$NetBSD: Makefile.inc,v 1.10 2008/03/18 04:20:36 lukem Exp $
2#
3#	etc.acorn26/Makefile.inc -- acorn26-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 FOURMEG
10
11BUILD_KERNELS=		INSTALL
12
13INSTALLATION_DIRS+=	installation/misc
14
15snap_md_post:
16	# install bootloader into installation directory
17	${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/boot26,ffa \
18	    ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc
19
20	# compute checksums
21	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc 'boot26,ffa'
22