=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/Makefile 1995/10/18 08:44:52 1.1 --- src/usr.bin/Makefile 1995/11/06 21:42:19 1.2 *************** *** 1,5 **** # from: @(#)Makefile 5.8.1.1 (Berkeley) 5/8/91 ! # $Id: Makefile,v 1.1 1995/10/18 08:44:52 deraadt Exp $ SUBDIR= apply apropos asa at banner basename bdes biff cal calendar cap_mkdb \ checknr chflags chpass cksum cmp col colcrt colrm column comm \ --- 1,5 ---- # from: @(#)Makefile 5.8.1.1 (Berkeley) 5/8/91 ! # $Id: Makefile,v 1.2 1995/11/06 21:42:19 deraadt Exp $ SUBDIR= apply apropos asa at banner basename bdes biff cal calendar cap_mkdb \ checknr chflags chpass cksum cmp col colcrt colrm column comm \ *************** *** 21,31 **** xargs xinstall xlint xstr yacc yes ypcat ypmatch ypwhich # Don't use the standard tool chain on the alpha. ! .if (${MACHINE_ARCH} != "alpha") SUBDIR+= ar gprof nm ranlib size strip - .endif - .if (${MACHINE_ARCH} == "sparc") - SUBDIR+= fdeject .endif .include --- 21,28 ---- xargs xinstall xlint xstr yacc yes ypcat ypmatch ypwhich # Don't use the standard tool chain on the alpha. ! .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips") SUBDIR+= ar gprof nm ranlib size strip .endif .include