=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/Makefile,v retrieving revision 1.78 retrieving revision 1.79 diff -c -r1.78 -r1.79 *** src/usr.bin/Makefile 2002/05/10 00:10:26 1.78 --- src/usr.bin/Makefile 2002/07/24 01:08:56 1.79 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.78 2002/05/10 00:10:26 nate Exp $ .include --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.79 2002/07/24 01:08:56 art Exp $ .include *************** *** 27,35 **** SUBDIR+=ypcat ypmatch ypwhich .endif ! # Don't use the standard tool chain on the alpha, powerpc, and hppa. ! .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "powerpc" && \ ! ${MACHINE_ARCH} != "hppa" && ${MACHINE_ARCH} != "sparc64") SUBDIR+= ar nm ranlib size strip strings .endif --- 27,33 ---- SUBDIR+=ypcat ypmatch ypwhich .endif ! .if (${ELF_TOOLCHAIN} != "yes") SUBDIR+= ar nm ranlib size strip strings .endif