1999-06-09 06:54:17 +04:00
|
|
|
# $NetBSD: Makefile,v 1.7 1999/06/09 02:54:18 simonb Exp $
|
1996-09-30 01:53:11 +04:00
|
|
|
# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
|
|
|
|
|
1999-06-09 06:54:17 +04:00
|
|
|
# Build ELF to {ecoff, aout} tools on mips, for old bootblocks/PROMs.
|
|
|
|
.if (${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb")
|
1996-09-30 01:53:11 +04:00
|
|
|
PROG= elf2ecoff
|
1999-06-09 06:54:17 +04:00
|
|
|
.endif
|
|
|
|
|
|
|
|
MAN= elf2ecoff.1
|
1996-09-30 01:53:11 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|