Makefile.inc revision 1.7
1# $NetBSD: Makefile.inc,v 1.7 2003/01/03 15:34:38 lukem 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 -all 24 ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/tapeimage -all 25 26