]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - etc/rc.d/Makefile
MFC r277686,r277687:
[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         lpd \
76         mixer \
77         motd \
78         mountcritlocal \
79         mountcritremote \
80         mountlate \
81         mdconfig \
82         mdconfig2 \
83         mountd \
84         moused \
85         mroute6d \
86         mrouted \
87         msgs \
88         named \
89         natd \
90         netif \
91         netoptions \
92         netwait \
93         newsyslog \
94         nfsclient \
95         nfscbd \
96         nfsd \
97         nfsuserd \
98         nisdomain \
99         ${_nscd} \
100         nsswitch \
101         ntpd \
102         ntpdate \
103         ${_opensm} \
104         othermta \
105         pf \
106         pflog \
107         pfsync \
108         powerd \
109         power_profile \
110         ppp \
111         pppoed \
112         pwcheck \
113         quota \
114         random \
115         rarpd \
116         rctl \
117         resolv \
118         rfcomm_pppd_server \
119         root \
120         route6d \
121         routed \
122         routing \
123         rpcbind \
124         rtadvd \
125         rtsold \
126         rwho \
127         savecore \
128         sdpd \
129         securelevel \
130         sendmail \
131         serial \
132         sppp \
133         ${_sshd} \
134         statd \
135         static_arp \
136         static_ndp \
137         stf \
138         swap1 \
139         syscons \
140         sysctl \
141         syslogd \
142         timed \
143         tmp \
144         ${_ubthidhci} \
145         ugidfw \
146         var \
147         virecover \
148         watchdogd \
149         wpa_supplicant \
150         ypbind \
151         yppasswdd \
152         ypserv \
153         ypset \
154         ypupdated \
155         ypxfrd \
156         zfs \
157         zvol
158
159 .if ${MK_BSNMP} != "no"
160 FILES+=         bsnmpd
161 .endif
162
163 .if ${MK_IPX} != "no"
164 _ipxrouted=     ipxrouted
165 .endif
166
167 .if ${MK_JAIL} != "no"
168 FILES+=         jail
169 .endif
170
171 .if ${MK_OFED} != "no"
172 _opensm=        opensm
173 .endif
174
175 .if ${MK_OPENSSH} != "no"
176 _sshd=          sshd
177 .endif
178
179 .if ${MK_NS_CACHING} != "no"
180 _nscd=          nscd
181 .endif
182
183 .if ${MK_BLUETOOTH} != "no"
184 _bluetooth=     bluetooth
185 _bthidd=        bthidd
186 _hcsecd=        hcsecd
187 _ubthidhci=     ubthidhci
188 .endif
189
190 FILESDIR=       /etc/rc.d
191 FILESMODE=      ${BINMODE}
192
193 .include <bsd.prog.mk>