[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / libexec

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/libexec/Makefile between version 1.57 and 1.58

version 1.57, 2008/03/22 08:37:26 version 1.58, 2008/08/16 23:51:15
Line 3 
Line 3 
   
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
 SUBDIR= atf-cleanup atf-exec atf-format atf-killpg atrun \  SUBDIR= atrun \
         comsat fingerd ftpd getNAME getty httpd identd ld.aout_so \          comsat fingerd ftpd getNAME getty httpd identd ld.aout_so \
         ld.elf_so lfs_cleanerd mail.local makekey makewhatis rexecd \          ld.elf_so lfs_cleanerd mail.local makekey makewhatis rexecd \
         rlogind rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \          rlogind rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
         rpc.sprayd talkd telnetd tftpd utmp_update          rpc.sprayd talkd telnetd tftpd utmp_update
   
   .if (${MKATF} != "no")
   SUBDIR+= atf-cleanup atf-exec atf-format atf-killpg
   .endif
   
 .if (${MKKERBEROS} != "no")  .if (${MKKERBEROS} != "no")
 # Heimdal/KTH Kerberos  # Heimdal/KTH Kerberos
 SUBDIR+= hpropd kadmind kpasswdd ipropd-master ipropd-slave  SUBDIR+= hpropd kadmind kpasswdd ipropd-master ipropd-slave

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

CVSweb <webmaster@jp.NetBSD.org>