Home | History | Annotate | Line # | Download | only in elf2ecoff
Makefile revision 1.7
      1 #	$NetBSD: Makefile,v 1.7 1999/06/09 02:54:18 simonb Exp $
      2 #	from: @(#)Makefile	5.4 (Berkeley) 5/11/90
      3 
      4 # Build ELF to {ecoff, aout} tools on mips, for old bootblocks/PROMs.
      5 .if (${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb")
      6 PROG=	elf2ecoff
      7 .endif
      8 
      9 MAN=	elf2ecoff.1
     10 
     11 .include <bsd.prog.mk>
     12