Makefile revision 172674
178344Sobrien# $NetBSD: Makefile,v 1.16 2001/01/14 15:37:22 minoura Exp $
298184Sgordon# $FreeBSD: head/etc/rc.d/Makefile 172674 2007-10-15 20:00:24Z netchild $
378344Sobrien
4156813Sru.include <bsd.own.mk>
5156813Sru
6168283SdesFILES=	DAEMON FILESYSTEMS LOGIN NETWORKING SERVERS \
7118224Smtm	abi accounting addswap adjkerntz amd \
8163083Sume	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 \
14172080Smlaier	fsck ftp-proxy ftpd \
15149053Spjd	gbde geli geli2 \
16151245Semax	hcsecd \
17168546Spjd	hostapd hostid hostname \
18163378Sceri	idmapd inetd initrandom \
19121749Sume	ip6addrctl ip6fw ipfilter ipfs ipfw ipmon \
20118224Smtm	ipnat ipsec ipxrouted isdnd \
21118224Smtm	jail \
22156808Sdes	kadmind kerberos kernel keyserv kldxref kpasswdd \
23171871Smtm	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	nfslocking 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 \
36172674Snetchild	serial sppp statd swap1 \
37118224Smtm	syscons sysctl syslogd \
38127345Sbrooks	timed tmp \
39153430Siedowse	ugidfw \
40137203Sphk	var virecover \
41147682Sbrooks	watchdogd wpa_supplicant \
42118224Smtm	ypbind yppasswdd ypserv \
43168410Spjd	ypset ypupdated ypxfrd \
44168410Spjd	zfs
45150490Swollman
46156813Sru.if ${MK_OPENSSH} != "no"
47150490SwollmanFILES+=	sshd
48150490Swollman.endif
49150490Swollman
50158115Sume.if ${MK_NS_CACHING} != "no"
51172377SbushmanFILES+= nscd
52158115Sume.endif
53158115Sume
5478344SobrienFILESDIR=	/etc/rc.d
5578344SobrienFILESMODE=	${BINMODE}
5678344Sobrien
5778344Sobrien.include <bsd.prog.mk>
58