# $NetBSD: Makefile,v 1.11 2009/12/14 00:43:05 matt Exp $ # from: @(#)Makefile 5.4 (Berkeley) 5/11/90 .include # Build ELF to ecoff tools on mips, for old bootblocks/PROMs. .if ${MACHINE_CPU} == "mips" PROG= elf2ecoff .endif MAN= elf2ecoff.1 .include