Makefile revision 176835
1# $FreeBSD: head/etc/rc.d/Makefile 176835 2008-03-05 18:32:58Z brooks $
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 auto_linklocal \
8	bgfsck bluetooth bootparams bridge bsnmpd bthidd \
9	ccd cleanvar cleartmp cron \
10	ddb devd devfs dhclient \
11	dmesg dumpon \
12	early.sh encswap \
13	fsck ftp-proxy ftpd \
14	gbde geli geli2 \
15	hcsecd \
16	hostapd hostid hostname \
17	idmapd inetd initrandom \
18	ip6addrctl ip6fw ipfilter ipfs ipfw ipmon \
19	ipnat ipsec ipxrouted isdnd \
20	jail \
21	kadmind kerberos kernel 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	network_ipv6 newsyslog nfsclient nfsd \
27	nfsserver nisdomain nsswitch ntpd ntpdate \
28	othermta \
29	pf pflog pfsync \
30	powerd power_profile ppp pppoed pwcheck \
31	quota \
32	random rarpd resolv root \
33	route6d routed routing rpcbind rtadvd rwho \
34	savecore sdpd securelevel sendmail \
35	serial sppp statd 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
44
45.if ${MK_OPENSSH} != "no"
46FILES+=	sshd
47.endif
48
49.if ${MK_NS_CACHING} != "no"
50FILES+= nscd
51.endif
52
53FILESDIR=	/etc/rc.d
54FILESMODE=	${BINMODE}
55
56.include <bsd.prog.mk>
57