]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - etc/rc.d/Makefile
MFC r277731,r277734:
[FreeBSD/stable/9.git] / etc / rc.d / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 FILES=  DAEMON \
6         FILESYSTEMS \
7         LOGIN \
8         NETWORKING \
9         SERVERS \
10         abi \
11         accounting \
12         addswap \
13         adjkerntz \
14         amd \
15         apm \
16         apmd \
17         archdep \
18         atm1 \
19         atm2 \
20         atm3 \
21         auditd \
22         auditdistd \
23         bgfsck \
24         ${_bluetooth} \
25         bootparams \
26         bridge \
27         ${_bthidd} \
28         ccd \
29         cleanvar \
30         cleartmp \
31         cron \
32         ddb \
33         defaultroute \
34         devd \
35         devfs \
36         dhclient \
37         dmesg \
38         dumpon \
39         encswap \
40         faith \
41         fsck \
42         ftp-proxy \
43         ftpd \
44         gbde \
45         geli \
46         geli2 \
47         gptboot \
48         gssd \
49         hastd \
50         ${_hcsecd} \
51         hostapd \
52         hostid \
53         hostid_save \
54         hostname \
55         inetd \
56         initrandom \
57         ip6addrctl \
58         ipfilter \
59         ipfs \
60         ipfw \
61         ipmon \
62         ipnat \
63         ipsec \
64         ${_ipxrouted} \
65         kadmind \
66         kerberos \
67         keyserv \
68         kld \
69         kldxref \
70         kpasswdd \
71         ldconfig \
72         local \
73         localpkg \
74         lockd \
75         mixer \
76         motd \
77         mountcritlocal \
78         mountcritremote \
79         mountlate \
80         mdconfig \
81         mdconfig2 \
82         mountd \
83         moused \
84         mroute6d \
85         mrouted \
86         msgs \
87         named \
88         natd \
89         netif \
90         netoptions \
91         netwait \
92         newsyslog \
93         nfsclient \
94         nfscbd \
95         nfsd \
96         nfsuserd \
97         nisdomain \
98         ${_nscd} \
99         nsswitch \
100         ntpd \
101         ntpdate \
102         ${_opensm} \
103         othermta \
104         pf \
105         pflog \
106         pfsync \
107         powerd \
108         power_profile \
109         ppp \
110         pppoed \
111         pwcheck \
112         quota \
113         random \
114         rarpd \
115         rctl \
116         resolv \
117         rfcomm_pppd_server \
118         root \
119         route6d \
120         routed \
121         routing \
122         rpcbind \
123         rtadvd \
124         rtsold \
125         rwho \
126         savecore \
127         sdpd \
128         securelevel \
129         sendmail \
130         serial \
131         sppp \
132         ${_sshd} \
133         statd \
134         static_arp \
135         static_ndp \
136         stf \
137         swap1 \
138         syscons \
139         sysctl \
140         syslogd \
141         timed \
142         tmp \
143         ${_ubthidhci} \
144         ugidfw \
145         var \
146         virecover \
147         watchdogd \
148         wpa_supplicant \
149         ypbind \
150         yppasswdd \
151         ypserv \
152         ypset \
153         ypupdated \
154         ypxfrd \
155         zfs \
156         zvol
157
158 .if ${MK_BSNMP} != "no"
159 FILES+=         bsnmpd
160 .endif
161
162 .if ${MK_IPX} != "no"
163 _ipxrouted=     ipxrouted
164 .endif
165
166 .if ${MK_JAIL} != "no"
167 FILES+=         jail
168 .endif
169
170 .if ${MK_LPR} != "no"
171 FILES+=         lpd
172 .endif
173
174 .if ${MK_OFED} != "no"
175 _opensm=        opensm
176 .endif
177
178 .if ${MK_OPENSSH} != "no"
179 _sshd=          sshd
180 .endif
181
182 .if ${MK_NS_CACHING} != "no"
183 _nscd=          nscd
184 .endif
185
186 .if ${MK_BLUETOOTH} != "no"
187 _bluetooth=     bluetooth
188 _bthidd=        bthidd
189 _hcsecd=        hcsecd
190 _ubthidhci=     ubthidhci
191 .endif
192
193 FILESDIR=       /etc/rc.d
194 FILESMODE=      ${BINMODE}
195
196 .include <bsd.prog.mk>