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

Annotation of src/libexec/Makefile, Revision 1.54

1.1       deraadt     1: #      from: @(#)Makefile      5.7 (Berkeley) 4/1/91
1.54    ! deraadt     2: #      $OpenBSD: Makefile,v 1.53 2013/08/07 22:07:32 dlg Exp $
1.5       deraadt     3:
                      4: .include <bsd.own.mk>
1.1       deraadt     5:
1.54    ! deraadt     6: SUBDIR= comsat fingerd ftpd getty ld.so lockspool login_chpass \
        !             7:        login_lchpass login_passwd login_radius login_reject \
        !             8:        login_skey login_tis login_token login_yubikey mail.local \
        !             9:        makewhatis rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
        !            10:        rpc.sprayd rshd security spamd spamd-setup spamlogd talkd \
        !            11:        tcpd uucpd
1.5       deraadt    12:
1.16      espie      13: .if (${YP:L} == "yes")
1.7       deraadt    14: SUBDIR+=rpc.yppasswdd
1.22      hin        15: .endif
                     16:
                     17: .if (${KERBEROS5:L} == "yes")
1.23      hin        18: SUBDIR+=login_krb5 login_krb5-or-pwd
1.5       deraadt    19: .endif
1.1       deraadt    20:
                     21: .include <bsd.subdir.mk>