diff --git a/usr.bin/elf2aout/Makefile b/usr.bin/elf2aout/Makefile index 5e30ea135ac3..edc066a88273 100644 --- a/usr.bin/elf2aout/Makefile +++ b/usr.bin/elf2aout/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2000/05/21 06:48:08 is Exp $ +# $NetBSD: Makefile,v 1.6 2002/03/22 00:17:56 fredette Exp $ # from: @(#)Makefile 5.4 (Berkeley) 5/11/90 # Build ELF to {ecoff, aout} tools on mips, for old bootblocks/PROMs, # and on m68k/powerpc, for kernels with old amigappc bootblocks. -.if (${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "powerpc") +.if (${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "m68000" || ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "powerpc") PROG= elf2aout .endif