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

Annotation of src/libexec/Makefile, Revision 1.37.2.2

1.37.2.2! thorpej     1: #      $NetBSD: Makefile,v 1.37.2.1 2000/06/24 06:59:34 thorpej Exp $
        !             2: #      @(#)Makefile    8.1 (Berkeley) 6/4/93
        !             3:
        !             4: .include <bsd.own.mk>
        !             5:
        !             6: SUBDIR=        atrun comsat fingerd ftpd getNAME getty identd ld.aout_so \
        !             7:        ld.elf_so lfs_cleanerd mail.local makekey makewhatis rexecd \
        !             8:        rlogind rmail rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
        !             9:        rpc.sprayd talkd telnetd tftpd uucpd
        !            10:
        !            11: .if (${MKCRYPTO} != "no")
        !            12: # Heimdal/KTH Kerberos
        !            13: SUBDIR+= hprop hpropd kadmind kdc kfd kpasswdd
        !            14: .endif
        !            15:
        !            16: .include <bsd.subdir.mk>

CVSweb <webmaster@jp.NetBSD.org>