=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/Makefile,v retrieving revision 1.71 retrieving revision 1.72 diff -c -r1.71 -r1.72 *** src/usr.bin/Makefile 2001/09/03 05:34:43 1.71 --- src/usr.bin/Makefile 2001/09/10 22:41:55 1.72 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.71 2001/09/03 05:34:43 pvalchev Exp $ .include --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.72 2001/09/10 22:41:55 art Exp $ .include *************** *** 25,31 **** .endif # Don't use the standard tool chain on the alpha, powerpc, and hppa. ! .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "hppa") SUBDIR+= ar nm ranlib size strip strings .endif --- 25,32 ---- .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