xref: /netbsd-src/usr.bin/elf2ecoff/Makefile (revision 29bf026beaf64bdf7544c9f70af2430dbd02ee1f)
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