Makefile revision 175015
1227825Stheraven# $FreeBSD: head/etc/rc.d/Makefile 174438 2007-12-08 07:20:23Z dougb $
2227825Stheraven
3227825Stheraven.include <bsd.own.mk>
4227825Stheraven
5227825StheravenFILES=	DAEMON FILESYSTEMS LOGIN NETWORKING SERVERS \
6227825Stheraven	abi accounting addswap adjkerntz amd \
7227825Stheraven	apm apmd archdep atm1 atm2 atm3 auditd auto_linklocal \
8227825Stheraven	bgfsck bluetooth bootparams bridge bsnmpd bthidd \
9227825Stheraven	ccd cleanvar cleartmp cron \
10227825Stheraven	devd devfs dhclient \
11227825Stheraven	dmesg dumpon \
12227825Stheraven	early.sh encswap \
13227825Stheraven	fsck ftp-proxy ftpd \
14227825Stheraven	gbde geli geli2 \
15227825Stheraven	hcsecd \
16227825Stheraven	hostapd hostid hostname \
17227825Stheraven	idmapd inetd initrandom \
18227825Stheraven	ip6addrctl ip6fw ipfilter ipfs ipfw ipmon \
19227825Stheraven	ipnat ipsec ipxrouted isdnd \
20227825Stheraven	jail \
21227825Stheraven	kadmind kerberos kernel keyserv kldxref kpasswdd \
22227825Stheraven	ldconfig local localpkg lockd lpd \
23227825Stheraven	mixer motd mountcritlocal mountcritremote mountlate \
24227825Stheraven	mdconfig mdconfig2 mountd moused mroute6d mrouted msgs \
25227825Stheraven	named natd netif netoptions \
26227825Stheraven	network_ipv6 newsyslog nfsclient nfsd \
27227825Stheraven	nfsserver nisdomain nsswitch ntpd ntpdate \
28227825Stheraven	othermta \
29227825Stheraven	pf pflog pfsync \
30227825Stheraven	powerd power_profile ppp pppoed pwcheck \
31227825Stheraven	quota \
32227825Stheraven	random rarpd resolv root \
33227825Stheraven	route6d routed routing rpcbind rtadvd rwho \
34227825Stheraven	savecore sdpd securelevel sendmail \
35227825Stheraven	serial sppp statd swap1 \
36227825Stheraven	syscons sysctl syslogd \
37227825Stheraven	timed tmp \
38227825Stheraven	ugidfw \
39227825Stheraven	var virecover \
40227825Stheraven	watchdogd wpa_supplicant \
41227825Stheraven	ypbind yppasswdd ypserv \
42227825Stheraven	ypset ypupdated ypxfrd \
43227825Stheraven	zfs
44227825Stheraven
45227825Stheraven.if ${MK_OPENSSH} != "no"
46227825StheravenFILES+=	sshd
47227825Stheraven.endif
48227825Stheraven
49227825Stheraven.if ${MK_NS_CACHING} != "no"
50227825StheravenFILES+= nscd
51227825Stheraven.endif
52227825Stheraven
53227825StheravenFILESDIR=	/etc/rc.d
54227825StheravenFILESMODE=	${BINMODE}
55227825Stheraven
56227825Stheraven.include <bsd.prog.mk>
57227825Stheraven