]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/Makefile
Add UPDATING entries and bump version.
[FreeBSD/FreeBSD.git] / libexec / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 SUBDIR= ${_atf} \
7         ${_atrun} \
8         ${_blacklistd-helper} \
9         ${_comsat} \
10         ${_dma} \
11         flua \
12         getty \
13         ${_mail.local} \
14         ${_makewhatis.local} \
15         ${_mknetid} \
16         ${_phttpget} \
17         ${_pppoed} \
18         rc \
19         revnetgroup \
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         ${_telnetd} \
31         ${_tests} \
32         ${_tftp-proxy} \
33         ulog-helper \
34         ${_ypxfr}
35
36 .if ${MK_AT} != "no"
37 _atrun=         atrun
38 .endif
39
40 .if ${MK_BLACKLIST} != "no"
41 _blacklistd-helper+=    blacklistd-helper
42 .endif
43
44 .if ${MK_BOOTPD} != "no"
45 SUBDIR+=        bootpd
46 .endif
47
48 .if ${MK_FINGER} != "no"
49 SUBDIR+=        fingerd
50 .endif
51
52 .if ${MK_FREEBSD_UPDATE} != "no" || ${MK_PORTSNAP} != "no"
53 _phttpget=      phttpget
54 .endif
55
56 .if ${MK_FTP} != "no"
57 SUBDIR+=        ftpd
58 .endif
59
60 .if ${MK_MAIL} != "no"
61 _comsat=        comsat
62 .endif
63
64 .if ${MK_DMAGENT} != "no"
65 _dma=           dma
66 .endif
67
68 .if ${MK_NIS} != "no"
69 _mknetid=       mknetid
70 _ypxfr=         ypxfr
71 .endif
72
73 .if ${MK_NETGRAPH} != "no"
74 _pppoed=        pppoed
75 .endif
76
77 .if ${MK_PF} != "no"
78 _tftp-proxy=    tftp-proxy
79 .endif
80
81 .if !defined(NO_PIC) && !defined(NO_RTLD)
82 _rtld-elf=      rtld-elf
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>