[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.35

version 1.33, 1996/11/21 09:02:03 version 1.35, 1997/01/02 22:12:26
Line 4 
Line 4 
   
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
 SUBDIR= apply apropos arch asa at awk banner basename bdes biff cal calendar \  SUBDIR= apply apropos arch asa at aucat awk banner basename bdes biff cal \
         cap_mkdb cdio checknr chflags chpass cksum cmp col colcrt colrm \          calendar cap_mkdb cdio checknr chflags chpass cksum cmp col colcrt \
         column comm compile_et compress cpp crontab ctags cut dirname du \          colrm column comm compile_et compress cpp crontab ctags cut dirname \
         elf2olf encrypt env error expand false file file2c find finger fmt \          du elf2olf encrypt env error expand false file file2c find finger fmt \
         fold from fsplit fstat ftp gencat getconf getopt head hexdump id \          fold from fsplit fstat ftp gencat getconf getopt head hexdump id \
         indent \          indent \
         info_mkdb ipcrm ipcs join jot kdump ktrace lam last lastcomm leave \          info_mkdb ipcrm ipcs join jot kdump ktrace lam last lastcomm leave \
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.35