Makefile revision 279463
124139Sjoerg# $FreeBSD: head/etc/rc.d/Makefile 279463 2015-03-01 00:58:23Z rstone $
224139Sjoerg
324139Sjoerg.include <src.opts.mk>
424139Sjoerg
524139SjoergFILES=	DAEMON \
624139Sjoerg	FILESYSTEMS \
724139Sjoerg	LOGIN \
824139Sjoerg	NETWORKING \
924139Sjoerg	SERVERS \
1098069Smike	abi \
1198069Smike	accounting \
1224139Sjoerg	addswap \
1324139Sjoerg	adjkerntz \
1424139Sjoerg	archdep \
1524139Sjoerg	atm1 \
1624139Sjoerg	atm2 \
1724139Sjoerg	atm3 \
1824139Sjoerg	auditd \
1924139Sjoerg	auditdistd \
2024139Sjoerg	bgfsck \
2124139Sjoerg	${_bluetooth} \
2224139Sjoerg	bridge \
2324139Sjoerg	${_bthidd} \
2424139Sjoerg	${_casperd} \
2524139Sjoerg	cleanvar \
2624139Sjoerg	cleartmp \
2724139Sjoerg	cron \
2824139Sjoerg	ctld \
2924139Sjoerg	ddb \
3024139Sjoerg	defaultroute \
3124139Sjoerg	devd \
3224139Sjoerg	devfs \
33200979Sed	dhclient \
3498069Smike	dmesg \
3524139Sjoerg	dumpon \
3624139Sjoerg	fsck \
3724139Sjoerg	gbde \
3824139Sjoerg	geli \
3924139Sjoerg	geli2 \
4024139Sjoerg	gptboot \
4124139Sjoerg	growfs \
4224139Sjoerg	gssd \
43200979Sed	${_hcsecd} \
4424139Sjoerg	hostid \
4524139Sjoerg	hostid_save \
4624139Sjoerg	hostname \
4724139Sjoerg	iovctl \
4824139Sjoerg	ip6addrctl \
4924139Sjoerg	ipfilter \
5024139Sjoerg	ipfs \
5124139Sjoerg	ipfw \
5224139Sjoerg	ipmon \
5324139Sjoerg	ipnat \
5424139Sjoerg	ipsec \
5524139Sjoerg	${_kadmind} \
5624139Sjoerg	${_kdc} \
5724139Sjoerg	${_kfd} \
5824139Sjoerg	kld \
5924139Sjoerg	kldxref \
6024139Sjoerg	${_kpasswdd} \
6124139Sjoerg	ldconfig \
6224139Sjoerg	local \
6324139Sjoerg	localpkg \
6424139Sjoerg	lockd \
6524139Sjoerg	mixer \
6624139Sjoerg	motd \
6724139Sjoerg	mountcritlocal \
6824139Sjoerg	mountcritremote \
6924139Sjoerg	mountlate \
7024139Sjoerg	mdconfig \
7124139Sjoerg	mdconfig2 \
7224139Sjoerg	mountd \
7324139Sjoerg	mroute6d \
7424139Sjoerg	msgs \
7524139Sjoerg	natd \
7624139Sjoerg	netif \
7724139Sjoerg	netoptions \
7824139Sjoerg	netwait \
7924139Sjoerg	newsyslog \
8024139Sjoerg	nfsclient \
8124139Sjoerg	nfscbd \
8224139Sjoerg	nfsd \
8324139Sjoerg	nfsuserd \
8424139Sjoerg	nisdomain \
8524139Sjoerg	${_nscd} \
8624139Sjoerg	nsswitch \
8724139Sjoerg	ntpdate \
8824139Sjoerg	${_opensm} \
8924139Sjoerg	pf \
9024139Sjoerg	pflog \
9124139Sjoerg	pfsync \
9224139Sjoerg	ppp \
9324139Sjoerg	pppoed \
9424139Sjoerg	pwcheck \
9524139Sjoerg	quota \
9624139Sjoerg	random \
9724139Sjoerg	rarpd \
9824139Sjoerg	rctl \
9924139Sjoerg	resolv \
10024139Sjoerg	rfcomm_pppd_server \
10124139Sjoerg	root \
10224139Sjoerg	route6d \
10324139Sjoerg	routing \
10424139Sjoerg	rpcbind \
10524139Sjoerg	rtadvd \
10624139Sjoerg	rtsold \
10724139Sjoerg	savecore \
10824139Sjoerg	sdpd \
10924139Sjoerg	securelevel \
11024139Sjoerg	serial \
11124139Sjoerg	sppp \
11224139Sjoerg	${_sshd} \
11324139Sjoerg	statd \
11424139Sjoerg	static_arp \
11524139Sjoerg	static_ndp \
11624139Sjoerg	stf \
11724139Sjoerg	swap \
11824139Sjoerg	swaplate \
11924139Sjoerg	sysctl \
12024139Sjoerg	syslogd \
12124139Sjoerg	tmp \
12224139Sjoerg	${_ubthidhci} \
12324139Sjoerg	ugidfw \
12424139Sjoerg	${_unbound} \
12524139Sjoerg	${_utx} \
12624139Sjoerg	var \
12724139Sjoerg	watchdogd \
12824139Sjoerg	ypbind \
12924139Sjoerg	yppasswdd \
13024139Sjoerg	ypserv \
13124139Sjoerg	ypset \
132200979Sed	ypupdated \
13324139Sjoerg	ypxfrd \
13424139Sjoerg	zfs \
13524139Sjoerg	zvol
13624139Sjoerg
13724139Sjoerg.if ${MK_ACCT} != "no"
13824139SjoergFILES+=		accounting
13924139Sjoerg.endif
14024139Sjoerg
14124139Sjoerg.if ${MK_ACPI} != "no"
14224139SjoergFILES+=		power_profile
14324139Sjoerg.endif
14424139Sjoerg
14524139Sjoerg.if ${MK_ACPI} != "no" || ${MK_APM} != "no"
14624139SjoergFILES+=		powerd
14724139Sjoerg.endif
14824139Sjoerg
14924139Sjoerg.if ${MK_AMD} != "no"
15024139SjoergFILES+=		amd
15124139Sjoerg.endif
15224139Sjoerg
15324139Sjoerg.if ${MK_APM} != "no"
15424139SjoergFILES+=	apm
15524139SjoergFILES+=	apmd
15624139Sjoerg.endif
15724139Sjoerg
15824139Sjoerg.if ${MK_AUTOFS} != "no"
15924139SjoergFILES+=		automount
16024139SjoergFILES+=		automountd
16124139SjoergFILES+=		autounmountd
16224139Sjoerg.endif
16324139Sjoerg
16424139Sjoerg.if ${MK_BLUETOOTH} != "no"
16524139Sjoerg_bluetooth=	bluetooth
16624139Sjoerg_bthidd=	bthidd
16724139Sjoerg_hcsecd=	hcsecd
16824139Sjoerg_ubthidhci=	ubthidhci
16924139Sjoerg.endif
17024139Sjoerg
17124139Sjoerg.if ${MK_BOOTPARAMD} != "no"
17224139SjoergFILES+=		bootparams
17324139Sjoerg.endif
17424139Sjoerg
17524139Sjoerg.if ${MK_BSNMP} != "no"
17624139SjoergFILES+=		bsnmpd
17724139Sjoerg.endif
17824139Sjoerg
17924139Sjoerg.if ${MK_CASPER} != "no"
18024139Sjoerg_casperd=	casperd
18124139Sjoerg.endif
18224139Sjoerg
18324139Sjoerg.if ${MK_CCD} != "no"
18424139SjoergFILES+=		ccd
18524139Sjoerg.endif
18624139Sjoerg
18724139Sjoerg.if ${MK_FTP} != "no"
18824139SjoergFILES+=		ftpd
18924139Sjoerg.endif
190
191.if ${MK_HAST} != "no"
192FILES+=		hastd
193.endif
194
195.if ${MK_INETD} != "no"
196FILES+=		inetd
197.endif
198
199.if ${MK_ISCSI} != "no"
200FILES+=		iscsictl
201FILES+=		iscsid
202.endif
203
204.if ${MK_JAIL} != "no"
205FILES+=	jail
206.endif
207
208.if ${MK_LEGACY_CONSOLE} != "no"
209FILES+=		moused
210FILES+=		syscons
211.endif
212
213.if ${MK_LPR} != "no"
214FILES+=		lpd
215.endif
216
217.if ${MK_KERBEROS} != "no"
218FILES+=		ipropd_master
219FILES+=		ipropd_slave
220_kadmind=	kadmind
221_kdc=		kdc
222_kfd=		kfd
223_kpasswdd=	kpasswdd
224.endif
225
226.if ${MK_MAIL} != "no"
227FILES+=		othermta
228.endif
229
230.if ${MK_NS_CACHING} != "no"
231_nscd=		nscd
232.endif
233
234.if ${MK_NTP} != "no"
235FILES+=		ntpd
236.endif
237
238.if ${MK_OFED} != "no"
239_opensm=	opensm
240.endif
241
242.if ${MK_OPENSSL} != "no"
243FILES+=		keyserv
244.endif
245
246.if ${MK_OPENSSH} != "no"
247_sshd=		sshd
248.endif
249
250.if ${MK_PF} != "no"
251FILES+=		ftp-proxy
252.endif
253
254.if ${MK_RCMDS} != "no"
255FILES+=		rwho
256.endif
257
258.if ${MK_ROUTED} != "no"
259FILES+=		routed
260.endif
261
262.if ${MK_SENDMAIL} != "no"
263FILES+=		sendmail
264.endif
265
266.if ${MK_TIMED} != "no"
267FILES+=		timed
268.endif
269
270.if ${MK_UNBOUND} != "no"
271_unbound=	local_unbound
272.endif
273
274.if ${MK_UTMPX} != "no"
275_utx=		utx
276.endif
277
278.if ${MK_VI} != "no"
279FILES+=		virecover
280.endif
281
282.if ${MK_WIRELESS} != "no"
283FILES+=		hostapd
284FILES+=		wpa_supplicant
285.endif
286
287FILESDIR=	/etc/rc.d
288FILESMODE=	${BINMODE}
289
290.include <bsd.prog.mk>
291