Makefile revision 206706
1# $FreeBSD: head/etc/rc.d/Makefile 206706 2010-04-16 16:49:42Z rpaulo $
2
3.include <bsd.own.mk>
4
5FILES=	DAEMON FILESYSTEMS LOGIN NETWORKING SERVERS \
6	abi accounting addswap adjkerntz amd \
7	apm apmd archdep atm1 atm2 atm3 auditd \
8	bgfsck bluetooth bootparams bridge bsnmpd bthidd \
9	ccd cleanvar cleartmp cron \
10	ddb defaultroute devd devfs dhclient \
11	dmesg dumpon \
12	encswap \
13	faith fsck ftp-proxy ftpd \
14	gbde geli geli2 gssd \
15	hastd hcsecd \
16	hostapd hostid hostid_save hostname \
17	inetd initrandom \
18	ip6addrctl ipfilter ipfs ipfw ipmon \
19	ipnat ipsec ipxrouted \
20	jail \
21	kadmind kerberos keyserv kldxref kpasswdd \
22	ldconfig local localpkg lockd lpd \
23	mixer motd mountcritlocal mountcritremote mountlate \
24	mdconfig mdconfig2 mountd moused mroute6d mrouted msgs \
25	named natd netif netoptions \
26	newsyslog nfsclient nfscbd nfsd \
27	nfsserver nfsuserd nisdomain nsswitch ntpd ntpdate \
28	othermta \
29	pf pflog pfsync \
30	powerd power_profile ppp pppoed pwcheck \
31	quota \
32	random rarpd resolv rfcomm_pppd_server root \
33	route6d routed routing rpcbind rtadvd rtsold rwho \
34	savecore sdpd securelevel sendmail \
35	serial sppp statd static_arp stf swap1 \
36	syscons sysctl syslogd \
37	timed tmp \
38	ugidfw \
39	var virecover \
40	watchdogd wpa_supplicant \
41	ypbind yppasswdd ypserv \
42	ypset ypupdated ypxfrd \
43	zfs zvol
44
45.if ${MK_OPENSSH} != "no"
46FILES+=	sshd
47.endif
48
49.if ${MK_NS_CACHING} != "no"
50FILES+= nscd
51.endif
52
53.if ${MK_BLUETOOTH} != "no"
54FILES+=	ubthidhci
55.endif
56
57FILESDIR=	/etc/rc.d
58FILESMODE=	${BINMODE}
59
60.include <bsd.prog.mk>
61