1 1.5 is # $NetBSD: Makefile,v 1.5 2000/05/21 06:48:08 is Exp $ 2 1.1 jonathan # from: @(#)Makefile 5.4 (Berkeley) 5/11/90 3 1.1 jonathan 4 1.5 is # Build ELF to {ecoff, aout} tools on mips, for old bootblocks/PROMs, 5 1.5 is # and on m68k/powerpc, for kernels with old amigappc bootblocks. 6 1.5 is .if (${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "powerpc") 7 1.1 jonathan PROG= elf2aout 8 1.4 simonb .endif 9 1.4 simonb 10 1.4 simonb MAN= elf2aout.1 11 1.1 jonathan 12 1.1 jonathan .include <bsd.prog.mk> 13