1 # $NetBSD: Makefile,v 1.10.46.1 2009/08/26 03:35:41 matt Exp $ 2 # from: @(#)Makefile 5.4 (Berkeley) 5/11/90 3 4 .include <bsd.own.mk> 5 6 # Build ELF to {ecoff, aout} tools on mips, for old bootblocks/PROMs. 7 .if (${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" || \ 8 ${MACHINE_ARCH} == "mips64el" || ${MACHINE_ARCH} == "mips64eb") 9 10 PROG= elf2ecoff 11 12 .endif 13 14 MAN= elf2ecoff.1 15 16 .include <bsd.prog.mk> 17