Remove unneeded t_event.debug (t_event is a shell script).
[netbsd-mini2440.git] / etc / etc.ews4800mips / Makefile.inc
blob3aa50a94fd8dc9fe9442cd142568ba4730e138d7
1 #       $NetBSD: Makefile.inc,v 1.3 2007/07/24 10:49:25 pavel Exp $
3 #       etc.ews4800mips/Makefile.inc --
4 #               ews4800mips-specific etc Makefile targets
7 # If you change the list of distributed kernels, don't forget
8 # to update the release documentation in distrib/notes/common/contents
10 KERNEL_SETS=            GENERIC
12 BUILD_KERNELS=          RAMDISK
14 MD_INSTALLATION_DIRS=   installation/floppy installation/boot
16 INSTALLATION_DIRS+=     ${MD_INSTALLATION_DIRS}
18 snap_md_post:
19         # install bootloader binaries in boot directory
20         ${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/boot \
21             ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/boot
22         ${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/boot.coff \
23             ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/boot
25         # compute checksums
26 .for dir in ${MD_INSTALLATION_DIRS}
27         ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/${dir} '*'
28 .endfor