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

Annotation of src/libexec/Makefile, Revision 1.5

1.1       deraadt     1: #      from: @(#)Makefile      5.7 (Berkeley) 4/1/91
1.5     ! deraadt     2: #      $Id: Makefile,v 1.4 1996/08/26 08:40:12 downsj Exp $
        !             3:
        !             4: .include <bsd.own.mk>
1.1       deraadt     5:
                      6: SUBDIR=        atrun comsat fingerd ftpd getNAME getty identd lfs_cleanerd \
1.4       downsj      7:        mail.local makewhatis rexecd rlogind rshd rpc.lockd \
1.3       deraadt     8:        rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd \
1.5     ! deraadt     9:        talkd telnetd tftpd uucpd
        !            10:
        !            11: .if defined(YP)
        !            12: SUBDIR+=rpc.ypppasswd
        !            13: .endif
1.1       deraadt    14:
                     15: .include <bsd.subdir.mk>