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

Diff for /src/usr.bin/Makefile between version 1.61 and 1.142

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

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.142