NetBSD/usr.bin/elf2ecoff/Makefile
lukem 826a14607a Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),
there's no need to special-case .include-ing it.
2003-05-18 07:57:31 +00:00

16 lines
329 B
Makefile

# $NetBSD: Makefile,v 1.10 2003/05/18 07:57:34 lukem Exp $
# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
.include <bsd.own.mk>
# 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>