Home | History | Annotate | Line # | Download | only in elf2ecoff
      1  1.12       mrg #	$NetBSD: Makefile,v 1.12 2011/07/10 08:43:50 mrg 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.12       mrg # Build ELF to ecoff tools on mips, for old bootblocks/PROMs.
      7  1.12       mrg .if ${MACHINE_CPU} == "mips"
      8   1.1  jonathan PROG=	elf2ecoff
      9   1.9   thorpej .endif
     10   1.9   thorpej 
     11   1.7    simonb MAN=	elf2ecoff.1
     12   1.1  jonathan 
     13   1.1  jonathan .include <bsd.prog.mk>
     14