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

Diff for /src/libexec/Makefile between version 1.4 and 1.5

version 1.4, 1996/08/26 08:40:12 version 1.5, 1996/09/04 22:52:03
Line 1 
Line 1 
 #       from: @(#)Makefile      5.7 (Berkeley) 4/1/91  #       from: @(#)Makefile      5.7 (Berkeley) 4/1/91
 #       $Id$  #       $Id$
   
   .include <bsd.own.mk>
   
 SUBDIR= atrun comsat fingerd ftpd getNAME getty identd lfs_cleanerd \  SUBDIR= atrun comsat fingerd ftpd getNAME getty identd lfs_cleanerd \
         mail.local makewhatis rexecd rlogind rshd rpc.lockd \          mail.local makewhatis rexecd rlogind rshd rpc.lockd \
         rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd \          rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd \
         rpc.yppasswdd talkd telnetd tftpd uucpd          talkd telnetd tftpd uucpd
   
   .if defined(YP)
   SUBDIR+=rpc.ypppasswd
   .endif
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5