]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/Makefile
Merge llvm-project main llvmorg-18-init-15692-g007ed0dccd6a
[FreeBSD/FreeBSD.git] / libexec / Makefile
1 .include <src.opts.mk>
2
3 .include <bsd.compat.pre.mk>
4
5 SUBDIR= ${_atf} \
6         ${_atrun} \
7         ${_blacklistd-helper} \
8         ${_comsat} \
9         ${_dma} \
10         flua \
11         getty \
12         ${_hyperv} \
13         kgdb \
14         ${_mail.local} \
15         ${_makewhatis.local} \
16         ${_mknetid} \
17         ${_phttpget} \
18         ${_pppoed} \
19         rc \
20         revnetgroup \
21         ${_rlogind} \
22         rpc.rquotad \
23         rpc.rstatd \
24         rpc.rusersd \
25         rpc.rwalld \
26         rpc.sprayd \
27         ${_rshd} \
28         ${_rtld-elf} \
29         save-entropy \
30         ${_nuageinit} \
31         ${_smrsh} \
32         ${_tests} \
33         ${_tftp-proxy} \
34         ulog-helper \
35         ${_ypxfr}
36
37 .if ${MK_AT} != "no"
38 _atrun=         atrun
39 .endif
40
41 .if ${MK_BLACKLIST} != "no"
42 _blacklistd-helper+=    blacklistd-helper
43 .endif
44
45 .if ${MK_BOOTPD} != "no"
46 SUBDIR+=        bootpd
47 .endif
48
49 .if ${MK_FINGER} != "no"
50 SUBDIR+=        fingerd
51 .endif
52
53 .if ${MK_FREEBSD_UPDATE} != "no"
54 _phttpget=      phttpget
55 .endif
56
57 .if ${MK_FTP} != "no"
58 SUBDIR+=        ftpd
59 .endif
60
61 .if ${MK_MAIL} != "no"
62 _comsat=        comsat
63 .endif
64
65 .if ${MK_DMAGENT} != "no"
66 _dma=           dma
67 .endif
68
69 .if ${MK_HYPERV} != "no"
70 _hyperv+=       hyperv
71 .endif
72
73 .if ${MK_NIS} != "no"
74 _mknetid=       mknetid
75 _ypxfr=         ypxfr
76 .endif
77
78 .if ${MK_NETGRAPH} != "no"
79 _pppoed=        pppoed
80 .endif
81
82 .if ${MK_PF} != "no"
83 _tftp-proxy=    tftp-proxy
84 .endif
85
86 .if !defined(NO_PIC) && !defined(NO_RTLD)
87 _rtld-elf=      rtld-elf
88 .for LIBCOMPAT libcompat in ${_ALL_LIBCOMPATS_libcompats}
89 SUBDIR.${MK_LIB${LIBCOMPAT}}+=  rtld-elf${libcompat}
90 .endfor
91 .endif
92
93 .if ${MK_RBOOTD} != "no"
94 SUBDIR+=        rbootd
95 .endif
96
97 .if ${MK_SENDMAIL} != "no"
98 _mail.local=    mail.local
99 _smrsh=         smrsh
100 .endif
101
102 .if ${MK_MAN_UTILS} != "no"
103 _makewhatis.local=      makewhatis.local
104 .endif
105
106 .if ${MK_TALK} != "no"
107 SUBDIR+=        talkd
108 .endif
109
110 .if ${MK_TCP_WRAPPERS} != "no"
111 SUBDIR+=        tcpd
112 .endif
113
114 .if ${MK_TFTP} != "no"
115 SUBDIR+=        tftpd
116 .endif
117
118 .if ${MK_TESTS} != "no"
119 _atf=           atf
120 _tests=         tests
121 .endif
122
123 .if ${MK_NUAGEINIT} != "no"
124 _nuageinit=     nuageinit
125 .endif
126
127 .include <bsd.arch.inc.mk>
128
129 .include <bsd.subdir.mk>