Makefile.inc revision 1.8
1# $NetBSD: Makefile.inc,v 1.8 2004/05/21 15:32:29 he Exp $ 2# 3# etc.mvme68k/Makefile.inc -- mvme68k-specific etc Makefile targets 4# 5 6KERNEL_SETS= GENERIC VME147 VME162 VME167 VME172 VME177 7 8BUILD_KERNELS= RAMDISK 9 10INSTALLATION_DIRS+= installation/miniroot \ 11 installation/netboot \ 12 installation/tapeimage 13 14snap_md_post: 15.for file in netboot sboot 16 ${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/${file} \ 17 ${RELEASEDIR}/${MACHINE}/installation/netboot 18.endfor 19.for file in bootst stboot 20 ${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/${file} \ 21 ${RELEASEDIR}/${MACHINE}/installation/tapeimage 22.endfor 23 ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/netboot -a 24 ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/tapeimage -a 25 26