diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 48981b8689ad..885a89985603 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 1998/11/05 04:14:56 jonathan Exp $ +# $NetBSD: Makefile,v 1.59 1998/11/16 18:49:54 kristerw Exp $ # XXX Temporary for USE_EGCS .include @@ -7,7 +7,8 @@ SUBDIR+= bc binutils cpio dc diff diff3 gawk grep groff SUBDIR+= gzip rcs sdiff send-pr sort tar gdb .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "arm32") || \ - (${MACHINE_ARCH} == "mips") || (${MACHINE_ARCH} == "vax") + (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "mips") || \ + (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "vax") SUBDIR+= gas.new .else SUBDIR+= gas