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

Annotation of src/libexec/Makefile, Revision 1.59

1.59    ! jmmv        1: #      $NetBSD: Makefile,v 1.58 2008/08/16 23:51:15 gmcgarry 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.41      thorpej    12: .if (${MKKERBEROS} != "no")
1.37      thorpej    13: # Heimdal/KTH Kerberos
1.57      mlelstv    14: SUBDIR+= hpropd kadmind kpasswdd ipropd-master ipropd-slave
1.38      thorpej    15: .endif
1.1       cgd        16:
                     17: .include <bsd.subdir.mk>

CVSweb <webmaster@jp.NetBSD.org>