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

Diff for /src/usr.bin/Makefile between version 1.80 and 1.131

version 1.80, 2003/05/12 04:20:26 version 1.131, 2013/06/17 19:17:15
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 at aucat audioctl awk banner \
         basename bdes \          basename bc bdes bgplg \
         biff cal calendar cap_mkdb cdio checknr chpass cksum cmp col \          biff cal calendar cap_mkdb cdio chpass cmp col colrm \
         colcrt colrm column comm compile_et compress cpp crontab ctags cut \          column comm compress cpp crontab csplit ctags cu cut \
         deroff dirname du elf2olf encrypt env error expand false file file2c \          dc deroff diff diff3 dirname du encrypt env expand false file \
         find fgen finger fmt fold from fsplit fstat ftp gencat getconf getopt \          file2c find fgen finger fmt fold from fsplit fstat ftp gencat getcap \
         gprof head hexdump id indent infocmp ipcrm ipcs join jot kdump keynote \          getconf getent getopt gprof grep gzsig head hexdump id indent \
         ktrace lam last lastcomm leave less lex lndir locate lock logger \          infocmp ipcrm ipcs \
         login logname look lorder m4 mail make man mesg mg midiplay mixerctl \          join jot kdump keynote ktrace lam last lastcomm leave less lex \
         mkdep mkstr mktemp modstat msgs nc netstat newsyslog nfsstat nice \          libtool lndir \
         nohup oldrdist pagesize passwd paste patch pctr pr printenv printf \          locale locate lock logger login logname look lorder \
         quota radioctl rdist rdistd readlink renice rev rpcgen rpcinfo \          m4 mail make man mandoc mesg mg \
         rs rsh \          midiplay mixerctl mkdep mklocale mkstr mktemp modstat nc netstat \
         rup ruptime rusers rwall rwho script sectok sed shar showmount skey \          newsyslog \
         skeyaudit skeyinfo skeyinit sort spell split ssh su sup systat sudo \          nfsstat nice nm nohup oldrdist pagesize passwd paste patch pctr \
         tail talk tcopy tee telnet tftp tic time tip tn3270 top touch tput tr \          pkg-config pkill \
         true tset tsort tty usbhidaction usbhidctl ul uname unexpand unifdef \          pr printenv printf quota radioctl ranlib rcs rdist rdistd \
         uniq units \          readlink renice rev rpcgen rpcinfo rs rsh rup ruptime rusers rwall \
         unvis users uudecode uuencode vacation vgrind vi vis vmstat w wall wc \          rwho sdiff script sed sendbug shar showmount skey \
         what whatis which who whois window write x99token xargs xinstall xlint \          skeyaudit skeyinfo skeyinit sndiod \
           sort spell split sqlite3 ssh stat strip strings su systat \
           sudo tail talk tcopy tcpbench tee telnet tftp tic tip time \
           tmux top touch tput tr true tset tsort tty usbhidaction usbhidctl \
           ul uname unexpand unifdef uniq units \
           unvis users uudecode uuencode vacation vi vis vmstat w wall wc \
           what whatis which who whois write x99token xargs xinstall \
         xstr yacc yes          xstr yacc yes
   
 .if (${YP:L} == "yes")  .if (${YP:L} == "yes")
 SUBDIR+=ypcat ypmatch ypwhich  SUBDIR+=ypcat ypmatch ypwhich
 .endif  
   
 .if (${ELF_TOOLCHAIN} != "yes")  
 SUBDIR+= ar nm ranlib size strip strings  
 .endif  
   
 .if   make(clean) || make(cleandir) || make(obj)  
 SUBDIR+= elf2ecoff elf2aout  
 .endif  .endif
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.131