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

Diff for /src/usr.bin/Makefile between version 1.33 and 1.34

version 1.33, 1996/11/21 09:02:03 version 1.34, 1996/12/23 22:56:50
Line 31 
Line 31 
 .endif  .endif
   
 # Don't use the standard tool chain on the alpha or mips.  # Don't use the standard tool chain on the alpha or mips.
 .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips")  .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "powerpc")
 SUBDIR+= ar nm ranlib size strip strings  SUBDIR+= ar nm ranlib size strip strings
 .endif  .endif
   

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34