[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / libexec

Diff for /src/libexec/Makefile between version 1.51 and 1.52

version 1.51, 2012/08/16 04:10:25 version 1.52, 2013/02/17 22:06:30
Line 3 
Line 3 
   
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
 SUBDIR= comsat fingerd ftpd getty identd lockspool \  SUBDIR= comsat fingerd ftpd getty identd ld.so lockspool \
         mail.local makewhatis rpc.rquotad rpc.rstatd rpc.rusersd \          mail.local makewhatis rpc.rquotad rpc.rstatd rpc.rusersd \
         rpc.rwalld rpc.sprayd security spamd spamlogd spamd-setup rshd \          rpc.rwalld rpc.sprayd security spamd spamlogd spamd-setup rshd \
         talkd tcpd uucpd          talkd tcpd uucpd
Line 13 
Line 13 
   
 .if (${YP:L} == "yes")  .if (${YP:L} == "yes")
 SUBDIR+=rpc.yppasswdd  SUBDIR+=rpc.yppasswdd
 .endif  
   
 .if (${ELF_TOOLCHAIN:L} == "yes")  
 SUBDIR+=ld.so  
 .endif  .endif
   
 .if (${KERBEROS5:L} == "yes")  .if (${KERBEROS5:L} == "yes")

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52