]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - libexec/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / libexec / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 SUBDIR= ${_atrun} \
7         bootpd \
8         ${_comsat} \
9         fingerd \
10         ftpd \
11         getty \
12         ${_mail.local} \
13         ${_mknetid} \
14         ${_pppoed} \
15         rbootd \
16         revnetgroup \
17         ${_rlogind} \
18         rpc.rquotad \
19         rpc.rstatd \
20         rpc.rusersd \
21         rpc.rwalld \
22         rpc.sprayd \
23         ${_rshd} \
24         ${_rtld-elf} \
25         save-entropy \
26         ${_smrsh} \
27         talkd \
28         tcpd \
29         ${_telnetd} \
30         tftpd \
31         ${_tftp-proxy} \
32         ulog-helper \
33         ${_ypxfr}
34
35 .if ${MK_AT} != "no"
36 _atrun=         atrun
37 .endif
38
39 .if ${MK_MAIL} != "no"
40 _comsat=        comsat
41 .endif
42
43 .if ${MK_NIS} != "no"
44 _mknetid=       mknetid
45 _ypxfr=         ypxfr
46 .endif
47
48 .if ${MK_NETGRAPH} != "no"
49 _pppoed=        pppoed
50 .endif
51
52 .if ${MK_PF} != "no"
53 _tftp-proxy=    tftp-proxy
54 .endif
55
56 .if !defined(NO_PIC) && !defined(NO_RTLD)
57 _rtld-elf=      rtld-elf
58 .endif
59
60 .if ${MK_RCMDS} != "no"
61 _rlogind=       rlogind
62 _rshd=          rshd
63 .endif
64
65 .if ${MK_SENDMAIL} != "no"
66 _mail.local=    mail.local
67 _smrsh=         smrsh
68 .endif
69
70 .if ${MK_TELNET} != "no"
71 _telnetd=       telnetd
72 .endif
73
74 .include <bsd.subdir.mk>