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

Diff for /src/usr.bin/Makefile between version 1.96 and 1.97

version 1.96, 2005/08/08 05:52:59 version 1.97, 2005/09/19 13:01:26
Line 2 
Line 2 
   
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
 SUBDIR= apply apropos arch asa asn1_compile at aucat audioctl awk banner \  SUBDIR= apply apropos ar arch asa asn1_compile at aucat audioctl awk banner \
         basename bc bdes \          basename bc bdes \
         biff cal calendar cap_mkdb cdio checknr chpass cmp col \          biff cal calendar cap_mkdb cdio checknr chpass cmp col \
         colcrt colrm column comm compile_et compress cpp crontab ctags cut \          colcrt colrm column comm compile_et compress cpp crontab ctags cut \
Line 15 
Line 15 
         midiplay mixerctl mkdep mklocale mkstr mktemp modstat msgs nc netstat \          midiplay mixerctl mkdep mklocale mkstr mktemp modstat msgs nc netstat \
         newsyslog \          newsyslog \
         nfsstat nice nm nohup oldrdist pagesize passwd paste patch pctr pkill \          nfsstat nice nm nohup oldrdist pagesize passwd paste patch pctr pkill \
         pmdb pr printenv printf quota radioctl rdist rdistd readlink renice \          pmdb pr printenv printf quota radioctl ranlib rdist rdistd readlink \
         rev rpcgen rpcinfo rs rsh \          renice rev rpcgen rpcinfo rs rsh \
         rup ruptime rusers rwall rwho script sectok sed shar showmount skey \          rup ruptime rusers rwall rwho script sectok sed shar showmount skey \
         skeyaudit skeyinfo skeyinit sort spell split ssh stat su sup systat \          skeyaudit skeyinfo skeyinit sort spell split ssh stat su sup systat \
         sudo tail talk tcopy tee telnet tftp tic time tip tn3270 top touch \          sudo tail talk tcopy tee telnet tftp tic time tip tn3270 top touch \
Line 31 
Line 31 
 .endif  .endif
   
 .if (${ELF_TOOLCHAIN:L} == "no")  .if (${ELF_TOOLCHAIN:L} == "no")
 SUBDIR+= ar ranlib strip strings  SUBDIR+= strip strings
 .endif  .endif
   
 .if   make(clean) || make(cleandir) || make(obj)  .if   make(clean) || make(cleandir) || make(obj)

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97