Makefile revision 1.8
1#	$NetBSD: Makefile,v 1.8 2002/02/23 21:34:06 gmcgarry 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
10MAN=	elf2ecoff.1
11
12.ifndef HOSTPROG
13.include <bsd.prog.mk>
14.endif
15
16.endif
17