1#         $NetBSD: Makefile.inc,v 1.4 2008/03/18 04:20:37 lukem Exp $
2#
3#         etc.ews4800mips/Makefile.inc --
4#                   ews4800mips-specific etc Makefile targets
5#
6
7# If you change the list of distributed kernels, don't forget
8# to update the release documentation in distrib/notes/common/contents
9
10KERNEL_SETS=                  GENERIC
11
12BUILD_KERNELS=                RAMDISK
13
14MD_INSTALLATION_DIRS=         installation/floppy installation/boot
15
16INSTALLATION_DIRS+= ${MD_INSTALLATION_DIRS}
17
18snap_md_post:
19          # install bootloader binaries in boot directory
20          ${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/boot \
21              ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/boot
22          ${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/boot.coff \
23              ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/boot
24
25          # compute checksums
26.for dir in ${MD_INSTALLATION_DIRS}
27          ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/${dir} '*'
28.endfor
29