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

Annotation of src/libexec/Makefile, Revision 1.49

1.1       deraadt     1: #      from: @(#)Makefile      5.7 (Berkeley) 4/1/91
1.49    ! dhill       2: #      $OpenBSD: Makefile,v 1.48 2012/01/16 08:42:38 schwarze Exp $
1.5       deraadt     3:
                      4: .include <bsd.own.mk>
1.1       deraadt     5:
1.46      okan        6: SUBDIR=        comsat fingerd ftpd getty identd lockspool \
1.48      schwarze    7:        mail.local makewhatis rpc.rquotad rpc.rstatd rpc.rusersd \
1.45      schwarze    8:        rpc.rwalld rpc.sprayd security spamd spamlogd spamd-setup rshd \
1.44      deraadt     9:        talkd tcpd tftp-proxy tftpd uucpd
                     10:
                     11: SUBDIR+=login_passwd login_skey login_reject login_chpass \
1.49    ! dhill      12:        login_lchpass login_token login_radius login_tis login_yubikey
1.5       deraadt    13:
1.16      espie      14: .if (${YP:L} == "yes")
1.7       deraadt    15: SUBDIR+=rpc.yppasswdd
1.17      rahnds     16: .endif
1.26      art        17:
1.43      deraadt    18: .if (${ELF_TOOLCHAIN:L} == "yes")
1.17      rahnds     19: SUBDIR+=ld.so
1.22      hin        20: .endif
                     21:
                     22: .if (${KERBEROS5:L} == "yes")
1.23      hin        23: SUBDIR+=login_krb5 login_krb5-or-pwd
1.5       deraadt    24: .endif
1.1       deraadt    25:
                     26: .include <bsd.subdir.mk>