Makefile revision 172983
178344Sobrien# $NetBSD: Makefile,v 1.16 2001/01/14 15:37:22 minoura Exp $
298184Sgordon# $FreeBSD: head/etc/rc.d/Makefile 172983 2007-10-25 18:10:05Z mtm $
378344Sobrien
4156813Sru.include <bsd.own.mk>
5156813Sru
6118224SmtmFILES=	DAEMON FILESYSTEMS LOGIN NETWORKING SERVERS \
7118224Smtm	abi accounting addswap adjkerntz amd \
8155209Srwatson	apm apmd archdep atm1 atm2 atm3 auditd auto_linklocal \
9162131Semax	bgfsck bluetooth bootparams bridge bsnmpd bthidd \
10118224Smtm	ccd cleanvar cleartmp cron \
11127345Sbrooks	devd devfs dhclient \
12118224Smtm	dmesg dumpon \
13148760Spjd	early.sh encswap \
14154645Syar	fsck ftp-proxy ftpd \
15149053Spjd	gbde geli geli2 \
16151245Semax	hcsecd \
17155236Sflz	hostapd hostid hostname \
18145693Sbrooks	idmapd inetd initrandom \
19121749Sume	ip6addrctl ip6fw ipfilter ipfs ipfw ipmon \
20118224Smtm	ipnat ipsec ipxrouted isdnd \
21118224Smtm	jail \
22156808Sdes	kadmind kerberos kernel keyserv kldxref kpasswdd \
23143489Sdougb	ldconfig local localpkg lockd lpd \
24160975Sdes	mixer motd mountcritlocal mountcritremote mountlate \
25158722Sflz	mdconfig mdconfig2 mountd moused mroute6d mrouted msgs \
26127897Sfjoe	named natd netif netoptions \
27142962Sbrooks	network_ipv6 newsyslog nfsclient nfsd \
28135252Sseanc	nfsserver nisdomain nsswitch ntpd ntpdate \
29118224Smtm	othermta \
30158687Sphk	pf pflog pfsync \
31151842Syar	powerd power_profile ppp pppoed pwcheck \
32118224Smtm	quota \
33161529Sflz	random rarpd resolv root \
34118224Smtm	route6d routed routing rpcbind rtadvd rwho \
35151245Semax	savecore sdpd securelevel sendmail \
36150490Swollman	serial sppp statd swap1 \
37118224Smtm	syscons sysctl syslogd \
38127345Sbrooks	timed tmp \
39153430Siedowse	ugidfw \
40137203Sphk	var virecover \
41147682Sbrooks	watchdogd wpa_supplicant \
42118224Smtm	ypbind yppasswdd ypserv \
43118224Smtm	ypset ypupdated ypxfrd \
44150490Swollman	zfs
45156813Sru
46150490Swollman.if ${MK_OPENSSH} != "no"
47150490SwollmanFILES+=	sshd
48150490Swollman.endif
49158115Sume
50158115Sume.if ${MK_NS_CACHING} != "no"
51158115SumeFILES+= nscd
52158115Sume.endif
5378344Sobrien
5478344SobrienFILESDIR=	/etc/rc.d
5578344SobrienFILESMODE=	${BINMODE}
5678344Sobrien
57.include <bsd.prog.mk>
58