1 # $NetBSD: Makefile.inc,v 1.2 2006/01/09 01:36:29 tsutsui Exp $ 2 # 3 # etc.ews4800mips/Makefile.inc -- 4 # ews4800mips-specific etc Makefile targets 5 # 6 7 KERNEL_SETS= GENERIC 8 9 BUILD_KERNELS= RAMDISK 10 11 MD_INSTALLATION_DIRS= installation/floppy installation/boot 12 13 INSTALLATION_DIRS+= ${MD_INSTALLATION_DIRS} 14 15 snap_md_post: 16 # install bootloader binaries in boot directory 17 ${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/boot \ 18 ${RELEASEDIR}/${MACHINE}/installation/boot 19 ${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/boot.coff \ 20 ${RELEASEDIR}/${MACHINE}/installation/boot 21 22 # compute checksums 23 .for dir in ${MD_INSTALLATION_DIRS} 24 ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/${dir} '*' 25 .endfor 26