xref: /netbsd-src/usr.bin/elf2ecoff/Makefile (revision 946379e7b37692fc43f68eb0d1c10daa0a7f3b6c)
1#	$NetBSD: Makefile,v 1.12 2011/07/10 08:43:50 mrg Exp $
2#	from: @(#)Makefile	5.4 (Berkeley) 5/11/90
3
4.include <bsd.own.mk>
5
6# Build ELF to ecoff tools on mips, for old bootblocks/PROMs.
7.if ${MACHINE_CPU} == "mips"
8PROG=	elf2ecoff
9.endif
10
11MAN=	elf2ecoff.1
12
13.include <bsd.prog.mk>
14