[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin

Diff for /src/usr.bin/Makefile between version 1.1 and 1.2

version 1.1, 1995/10/18 08:44:52 version 1.2, 1995/11/06 21:42:19
Line 21 
Line 21 
         xargs xinstall xlint xstr yacc yes ypcat ypmatch ypwhich          xargs xinstall xlint xstr yacc yes ypcat ypmatch ypwhich
   
 # Don't use the standard tool chain on the alpha.  # Don't use the standard tool chain on the alpha.
 .if (${MACHINE_ARCH} != "alpha")  .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips")
 SUBDIR+= ar gprof nm ranlib size strip  SUBDIR+= ar gprof nm ranlib size strip
 .endif  
 .if (${MACHINE_ARCH} == "sparc")  
 SUBDIR+= fdeject  
 .endif  .endif
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2