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

Diff for /src/usr.bin/Makefile between version 1.54 and 1.167

version 1.54, 1999/01/10 23:20:29 version 1.167, 2022/04/19 01:32:06
Line 2 
Line 2 
   
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
 SUBDIR= apply apropos arch asa at aucat audioctl awk banner basename bdes biff \  SUBDIR= apply arch at aucat audioctl awk banner \
         cal calendar cap_mkdb cdio checknr chflags chpass cksum cmp col colcrt \          basename bc bgplg \
         colrm column comm compile_et compress cpp crontab ctags cut dirname \          biff cal calendar cap_mkdb cdio chpass cmp col colrm \
         du elf2olf encrypt env error expand false file file2c find finger fmt \          column comm compress cpp crontab csplit ctags ctfconv ctfdump \
         fold from fsplit fstat ftp gencat getconf getopt gprof head hexdump \          cu cut cvs \
         id indent \          dc deroff diff diff3 dig dirname doas du encrypt env expand false file \
         info_mkdb ipcrm ipcs join jot kdump ktrace lam last lastcomm leave \          find fgen finger fmt fold from fstat ftp gencat getcap \
         less lex lndir locate lock logger login logname look lorder m4 \          getconf getent getopt gprof grep head hexdump htpasswd id indent \
         machine mail make man mesg midiplay mixerctl mkdep mkfifo mkstr \          infocmp ipcrm ipcs \
         mktemp modstat msgs nc netstat newsyslog \          join jot kdump keynote kstat ktrace \
         nfsstat nice nohup oldrdist pagesize passwd paste patch pr printenv \          lam last lastcomm ldap leave less lex \
         printf quota rdist rdistd readlink renice rev rlogin rpcgen rpcinfo rs \          libtool lndir \
         rsh rup ruptime rusers rwall rwho \          locale locate lock logger login logname look lorder \
         script sed shar showmount skey skeyaudit skeyinfo skeyinit sort \          m4 mail make mandoc mesg mg \
         split su sup systat tail talk tcopy tee telnet tftp tic time \          midicat mixerctl mkdep mklocale mktemp nc netstat \
         tip tn3270 top touch tput tr true tset tsort tty ul uname unexpand \          newsyslog \
         unifdef uniq units unvis users uudecode uuencode \          nfsstat nice nm nl nohup openssl pagesize passwd paste patch pctr \
         vacation vgrind vi vis vmstat w wall wc what whatis \          pkg-config pkill \
         which who whois window write \          pr printenv printf quota radioctl rcs rdist rdistd \
         xargs xinstall xlint xstr yacc yes          readlink realpath renice rev rpcgen rpcinfo rs rsync rup rusers rwall \
           sdiff seq script sed sendbug shar showmount signify skey \
           skeyaudit skeyinfo skeyinit sndioctl sndiod snmp \
           sort spell split ssh stat su systat \
           tail talk tcpbench tee telnet tftp tic time timeout \
           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 \
           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.54  
changed lines
  Added in v.1.167