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
18 .for file in netboot sboot
19 ${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/${file} \
20 ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot
22 .for file in bootst stboot
23 ${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/${file} \
24 ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/tapeimage
26 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot -a
27 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/tapeimage -a