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

Annotation of src/libexec/Makefile, Revision 1.55

1.1       deraadt     1: #      from: @(#)Makefile      5.7 (Berkeley) 4/1/91
1.55    ! tedu        2: #      $OpenBSD: Makefile,v 1.54 2013/12/04 20:49:28 deraadt 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 \
1.55    ! tedu       10:        rshd security spamd spamd-setup spamlogd talkd \
1.54      deraadt    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>