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

Annotation of src/libexec/Makefile, Revision 1.60

1.1       deraadt     1: #      from: @(#)Makefile      5.7 (Berkeley) 4/1/91
1.60    ! reyk        2: #      $OpenBSD: Makefile,v 1.59 2014/04/18 15:57:12 tedu 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 \
1.58      schwarze    9:        rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
1.59      tedu       10:        security spamd spamd-setup spamlogd talkd
1.5       deraadt    11:
1.16      espie      12: .if (${YP:L} == "yes")
1.7       deraadt    13: SUBDIR+=rpc.yppasswdd
1.5       deraadt    14: .endif
1.1       deraadt    15:
                     16: .include <bsd.subdir.mk>