]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/Makefile
This commit was generated by cvs2svn to compensate for changes in r142425,
[FreeBSD/FreeBSD.git] / libexec / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 SUBDIR= atrun \
5         bootpd \
6         comsat \
7         fingerd \
8         ftpd \
9         ${_ftp-proxy} \
10         getty \
11         ${_lukemftpd} \
12         ${_mail.local} \
13         makekey \
14         ${_mknetid} \
15         pppoed \
16         pt_chown \
17         rbootd \
18         revnetgroup \
19         rexecd \
20         rlogind \
21         rpc.rquotad \
22         rpc.rstatd \
23         rpc.rusersd \
24         rpc.rwalld \
25         rpc.sprayd \
26         rshd \
27         ${_rtld-elf} \
28         save-entropy \
29         ${_smrsh} \
30         talkd \
31         tcpd \
32         telnetd \
33         tftpd \
34         ${_ypxfr}
35
36 .if !defined(NO_NIS)
37 _mknetid=       mknetid
38 _ypxfr=         ypxfr
39 .endif
40
41 .if !defined(NO_PF)
42 _ftp-proxy=     ftp-proxy
43 .endif
44
45 .if !defined(NO_PIC)
46 _rtld-elf=      rtld-elf
47 .endif
48
49 .if !defined(NO_SENDMAIL)
50 _mail.local=    mail.local
51 _smrsh= smrsh
52 .endif
53
54 .if defined(WANT_LUKEMFTPD)
55 _lukemftpd=     lukemftpd
56 .endif
57
58 .include <bsd.subdir.mk>