1 1.10.46.2 matt # $NetBSD: Makefile,v 1.10.46.2 2009/09/05 03:48:22 matt Exp $ 2 1.1 jonathan # from: @(#)Makefile 5.4 (Berkeley) 5/11/90 3 1.1 jonathan 4 1.8 gmcgarry .include <bsd.own.mk> 5 1.8 gmcgarry 6 1.7 simonb # Build ELF to {ecoff, aout} tools on mips, for old bootblocks/PROMs. 7 1.10.46.1 matt .if (${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" || \ 8 1.10.46.2 matt ((${MACHINE_ARCH} == "mips64el" || ${MACHINE_ARCH} == "mips64eb") && \ 9 1.10.46.2 matt ${CPUFLAGS:M-mabi=64} == "")) 10 1.8 gmcgarry 11 1.1 jonathan PROG= elf2ecoff 12 1.9 thorpej 13 1.9 thorpej .endif 14 1.9 thorpej 15 1.7 simonb MAN= elf2ecoff.1 16 1.1 jonathan 17 1.1 jonathan .include <bsd.prog.mk> 18