summaryrefslogtreecommitdiff
path: root/usr.bin/elf2ecoff/Makefile
blob: f2e120c13ef9c265f0e319a6077628be6b03cb20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.12 2011/07/10 08:43:50 mrg Exp $
#	from: @(#)Makefile	5.4 (Berkeley) 5/11/90

.include <bsd.own.mk>

# Build ELF to ecoff tools on mips, for old bootblocks/PROMs.
.if ${MACHINE_CPU} == "mips"
PROG=	elf2ecoff
.endif

MAN=	elf2ecoff.1

.include <bsd.prog.mk>