1#	$NetBSD: Makefile.inc,v 1.10 2008/03/18 04:20:37 lukem Exp $
2#
3#	etc.mvme68k/Makefile.inc -- mvme68k-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 VME147 VME162 VME167 VME172 VME177
10
11BUILD_KERNELS=		RAMDISK
12
13INSTALLATION_DIRS+=	installation/miniroot	\
14			installation/netboot	\
15			installation/tapeimage
16
17snap_md_post:
18.for file in netboot sboot
19	${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/${file} \
20	    ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot
21.endfor
22.for file in bootst stboot
23	${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/${file} \
24	    ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/tapeimage
25.endfor
26	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot -a
27	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/tapeimage -a
28
29