2003-05-18 11:57:31 +04:00
|
|
|
# $NetBSD: Makefile,v 1.10 2003/05/18 07:57:34 lukem Exp $
|
1996-09-30 01:53:11 +04:00
|
|
|
# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
|
|
|
|
|
2002-02-24 00:34:06 +03:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
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")
|
|
|
|
|
2002-02-24 00:34:06 +03:00
|
|
|
PROG= elf2ecoff
|
2002-02-24 04:52:09 +03:00
|
|
|
|
|
|
|
.endif
|
|
|
|
|
1999-06-09 06:54:17 +04:00
|
|
|
MAN= elf2ecoff.1
|
1996-09-30 01:53:11 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|