Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / etc / etc.mvme68k / Makefile.inc
blobd5f970ef088fecfbe95167a9eac6ac3e2dd361b9
1 #       $NetBSD: Makefile.inc,v 1.9 2007/07/24 10:49:26 pavel Exp $
3 #       etc.mvme68k/Makefile.inc -- mvme68k-specific etc Makefile targets
6 # If you change the list of distributed kernels, don't forget
7 # to update the release documentation in distrib/notes/common/contents
9 KERNEL_SETS=            GENERIC VME147 VME162 VME167 VME172 VME177
11 BUILD_KERNELS=          RAMDISK
13 INSTALLATION_DIRS+=     installation/miniroot   \
14                         installation/netboot    \
15                         installation/tapeimage
17 snap_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