summaryrefslogtreecommitdiff
path: root/usr.bin/elf2ecoff/Makefile
blob: 439bbfae003a2ac340488cd4f0b0ee3abd10fceb (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile,v 1.7 1999/06/09 02:54:18 simonb Exp $
#	from: @(#)Makefile	5.4 (Berkeley) 5/11/90

# Build ELF to {ecoff, aout} tools on mips, for old bootblocks/PROMs.
.if (${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb")
PROG=	elf2ecoff
.endif

MAN=	elf2ecoff.1

.include <bsd.prog.mk>