=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/Makefile,v retrieving revision 1.50 retrieving revision 1.53 diff -u -r1.50 -r1.53 --- src/usr.bin/Makefile 1998/07/07 17:47:44 1.50 +++ src/usr.bin/Makefile 1998/08/10 16:47:17 1.53 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.50 1998/07/07 17:47:44 art Exp $ +# $OpenBSD: Makefile,v 1.53 1998/08/10 16:47:17 millert Exp $ .include @@ -15,8 +15,8 @@ nfsstat nice nohup oldrdist pagesize passwd paste patch pr printenv \ printf quota rdist rdistd readlink renice rev rlogin rpcgen rpcinfo rs \ rsh rup ruptime rusers rwall rwho \ - script sed shar showmount skey skeyaudit skeyinfo skeyinit soelim sort \ - split su sup systat tail talk tcopy tee telnet tftp time \ + script sed shar showmount skey skeyaudit skeyinfo skeyinit sort \ + split su sup systat tail talk tcopy tee telnet tftp tic time \ tip tn3270 top touch tput tr true tset tsort tty ul uname unexpand \ unifdef uniq units unvis users uudecode uuencode \ vacation vgrind vi vis vmstat w wall wc what whatis \ @@ -27,8 +27,8 @@ SUBDIR+=ypcat ypmatch ypwhich .endif -# Don't use the standard tool chain on the alpha or mips. -.if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "powerpc") +# Don't use the standard tool chain on the alpha, mips, powerpc, and hppa. +.if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "hppa") SUBDIR+= ar nm ranlib size strip strings .endif