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

Diff for /src/usr.bin/Makefile between version 1.128 and 1.129

version 1.128, 2013/03/10 17:55:54 version 1.129, 2013/03/15 06:01:41
Line 22 
Line 22 
         readlink renice rev rpcgen rpcinfo rs rsh rup ruptime rusers rwall \          readlink renice rev rpcgen rpcinfo rs rsh rup ruptime rusers rwall \
         rwho sdiff script sed sendbug shar showmount skey \          rwho sdiff script sed sendbug shar showmount skey \
         skeyaudit skeyinfo skeyinit sndiod \          skeyaudit skeyinfo skeyinit sndiod \
         sort spell split sqlite3 ssh stat su systat \          sort spell split sqlite3 ssh stat strip strings su systat \
         sudo tail talk tcopy tcpbench tee telnet tftp tic tip time \          sudo tail talk tcopy tcpbench tee telnet tftp tic tip time \
         tmux top touch tput tr true tset tsort tty usbhidaction usbhidctl \          tmux top touch tput tr true tset tsort tty usbhidaction usbhidctl \
         ul uname unexpand unifdef uniq units \          ul uname unexpand unifdef uniq units \
Line 32 
Line 32 
   
 .if (${YP:L} == "yes")  .if (${YP:L} == "yes")
 SUBDIR+=ypcat ypmatch ypwhich  SUBDIR+=ypcat ypmatch ypwhich
 .endif  
   
 .if (${ELF_TOOLCHAIN:L} == "no")  
 SUBDIR+= strip strings  
 .endif  .endif
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.128  
changed lines
  Added in v.1.129