Makefile revision 1.9
1#	$NetBSD: Makefile,v 1.9 2002/02/24 01:52:09 thorpej 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.ifndef HOSTPROG
16.include <bsd.prog.mk>
17.endif
18