# $NetBSD: Makefile,v 1.50 1998/08/27 17:52:58 tv Exp $ # XXX Temporary for USE_EGCS .include SUBDIR+= bc binutils cpio dc diff diff3 gawk grep groff SUBDIR+= gzip rcs sdiff send-pr sort tar .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "arm32") SUBDIR+= gas.new .else SUBDIR+= gas .endif SUBDIR+= gdb ld .ifdef USE_EGCS SUBDIR+= egcs .else SUBDIR+= gcc .endif .include