Home | History | Annotate | Line # | Download | only in elf2ecoff
Makefile revision 1.9
      1  1.9   thorpej #	$NetBSD: Makefile,v 1.9 2002/02/24 01:52:09 thorpej Exp $
      2  1.1  jonathan #	from: @(#)Makefile	5.4 (Berkeley) 5/11/90
      3  1.1  jonathan 
      4  1.8  gmcgarry .include <bsd.own.mk>
      5  1.8  gmcgarry 
      6  1.7    simonb # Build ELF to {ecoff, aout} tools on mips, for old bootblocks/PROMs.
      7  1.7    simonb .if (${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb")
      8  1.8  gmcgarry 
      9  1.1  jonathan PROG=	elf2ecoff
     10  1.9   thorpej 
     11  1.9   thorpej .endif
     12  1.9   thorpej 
     13  1.7    simonb MAN=	elf2ecoff.1
     14  1.1  jonathan 
     15  1.8  gmcgarry .ifndef HOSTPROG
     16  1.1  jonathan .include <bsd.prog.mk>
     17  1.8  gmcgarry .endif
     18