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

Annotation of src/libexec/Makefile, Revision 1.58

1.58    ! gmcgarry    1: #      $NetBSD: Makefile,v 1.57 2008/03/22 08:37:26 mlelstv Exp $
1.27      mrg         2: #      @(#)Makefile    8.1 (Berkeley) 6/4/93
1.36      aidan       3:
1.38      thorpej     4: .include <bsd.own.mk>
                      5:
1.58    ! gmcgarry    6: SUBDIR= atrun \
1.55      jmmv        7:        comsat fingerd ftpd getNAME getty httpd identd ld.aout_so \
1.34      thorpej     8:        ld.elf_so lfs_cleanerd mail.local makekey makewhatis rexecd \
1.50      christos    9:        rlogind rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
1.51      christos   10:        rpc.sprayd talkd telnetd tftpd utmp_update
1.35      aidan      11:
1.58    ! gmcgarry   12: .if (${MKATF} != "no")
        !            13: SUBDIR+= atf-cleanup atf-exec atf-format atf-killpg
        !            14: .endif
        !            15:
1.41      thorpej    16: .if (${MKKERBEROS} != "no")
1.37      thorpej    17: # Heimdal/KTH Kerberos
1.57      mlelstv    18: SUBDIR+= hpropd kadmind kpasswdd ipropd-master ipropd-slave
1.38      thorpej    19: .endif
1.1       cgd        20:
                     21: .include <bsd.subdir.mk>

CVSweb <webmaster@jp.NetBSD.org>