Makefile revision 1.10
1# $NetBSD: Makefile,v 1.10 2003/05/18 07:57:34 lukem 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 9PROG= elf2ecoff 10 11.endif 12 13MAN= elf2ecoff.1 14 15.include <bsd.prog.mk> 16