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