=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/Makefile,v retrieving revision 1.77 retrieving revision 1.79 diff -u -r1.77 -r1.79 --- src/usr.bin/Makefile 2002/05/06 22:23:53 1.77 +++ src/usr.bin/Makefile 2002/07/24 01:08:56 1.79 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.77 2002/05/06 22:23:53 deraadt Exp $ +# $OpenBSD: Makefile,v 1.79 2002/07/24 01:08:56 art Exp $ .include @@ -17,7 +17,8 @@ rup ruptime rusers rwall rwho script sectok sed shar showmount skey \ skeyaudit skeyinfo skeyinit sort spell split ssh su sup systat sudo \ tail talk tcopy tee telnet tftp tic time tip tn3270 top touch tput tr \ - true tset tsort tty usbhidctl ul uname unexpand unifdef uniq units \ + true tset tsort tty usbhidaction usbhidctl ul uname unexpand unifdef \ + uniq units \ unvis users uudecode uuencode vacation vgrind vi vis vmstat w wall wc \ what whatis which who whois window write x99token xargs xinstall xlint \ xstr yacc yes @@ -26,9 +27,7 @@ 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") +.if (${ELF_TOOLCHAIN} != "yes") SUBDIR+= ar nm ranlib size strip strings .endif