Makefile revision 176006
178344Sobrien# $FreeBSD: head/etc/rc.d/Makefile 174438 2007-12-08 07:20:23Z dougb $
298184Sgordon
378344Sobrien.include <bsd.own.mk>
4118224Smtm
5118224SmtmFILES=	DAEMON FILESYSTEMS LOGIN NETWORKING SERVERS \
6123533Sseanc	abi accounting addswap adjkerntz amd \
7145184Sglebius	apm apmd archdep atm1 atm2 atm3 auditd auto_linklocal \
8118224Smtm	bgfsck bluetooth bootparams bridge bsnmpd bthidd \
9127345Sbrooks	ccd cleanvar cleartmp cron \
10118224Smtm	devd devfs dhclient \
11118224Smtm	dmesg dumpon \
12118224Smtm	early.sh encswap \
13125388Sdes	fsck ftp-proxy ftpd \
14118224Smtm	gbde geli geli2 \
15126618Sbms	hcsecd \
16145693Sbrooks	hostapd hostid hostname \
17121749Sume	idmapd inetd initrandom \
18118224Smtm	ip6addrctl ip6fw ipfilter ipfs ipfw ipmon \
19118224Smtm	ipnat ipsec ipxrouted isdnd \
20116223Sbde	jail \
21143489Sdougb	kadmind kerberos kernel keyserv kldxref kpasswdd \
22127043Sjhb	ldconfig local localpkg lockd lpd \
23116223Sbde	mixer motd mountcritlocal mountcritremote mountlate \
24127897Sfjoe	mdconfig mdconfig2 mountd moused mroute6d mrouted msgs \
25142962Sbrooks	named natd netif netoptions \
26135252Sseanc	network_ipv6 newsyslog nfsclient nfsd \
27118224Smtm	nfsserver nisdomain nsswitch ntpd ntpdate \
28137126Spjd	othermta \
29145693Sbrooks	pf pflog pfsync \
30118224Smtm	powerd power_profile ppp pppoed pwcheck \
31137762Swes	quota \
32118224Smtm	random rarpd resolv root \
33118224Smtm	route6d routed routing rpcbind rtadvd rwho \
34118224Smtm	savecore sdpd securelevel sendmail \
35118224Smtm	serial sppp statd swap1 \
36127345Sbrooks	syscons sysctl syslogd \
37135912Strhodes	timed tmp \
38137203Sphk	ugidfw \
39118224Smtm	var virecover \
40118224Smtm	watchdogd wpa_supplicant \
41118224Smtm	ypbind yppasswdd ypserv \
4278344Sobrien	ypset ypupdated ypxfrd \
4378344Sobrien	zfs
4478344Sobrien
4578344Sobrien.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