Makefile revision 158115
178344Sobrien# $NetBSD: Makefile,v 1.16 2001/01/14 15:37:22 minoura Exp $
298184Sgordon# $FreeBSD: head/etc/rc.d/Makefile 158115 2006-04-28 12:03:38Z ume $
378344Sobrien
4156813Sru.include <bsd.own.mk>
5156813Sru
6118224SmtmFILES=	DAEMON LOGIN NETWORKING SERVERS \
7118224Smtm	abi accounting addswap adjkerntz amd \
8155209Srwatson	apm apmd archdep atm1 atm2 atm3 auditd \
9152286Semax	bgfsck bluetooth bootparams bsnmpd \
10118224Smtm	ccd cleanvar cleartmp cron \
11127345Sbrooks	devd devfs dhclient \
12118224Smtm	dmesg dumpon \
13148760Spjd	early.sh encswap \
14154645Syar	fsck ftpd \
15149053Spjd	gbde geli geli2 \
16151245Semax	hcsecd \
17155236Sflz	hostapd hostname \
18145693Sbrooks	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 lpd \
24127043Sjhb	mixer motd mountcritlocal mountcritremote \
25116223Sbde	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 \
30155610Simp	pcvt pf pflog pfsync \
31151842Syar	powerd power_profile ppp pppoed pwcheck \
32118224Smtm	quota \
33153299Sdougb	ramdisk ramdisk-own random rarpd resolv root \
34118224Smtm	route6d routed routing rpcbind rtadvd rwho \
35151245Semax	savecore sdpd securelevel sendmail \
36150490Swollman	serial sppp 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
45156813Sru.if ${MK_OPENSSH} != "no"
46150490SwollmanFILES+=	sshd
47150490Swollman.endif
48150490Swollman
49158115Sume.if ${MK_NS_CACHING} != "no"
50158115SumeFILES+= cached
51158115Sume.endif
52158115Sume
5378344SobrienFILESDIR=	/etc/rc.d
5478344SobrienFILESMODE=	${BINMODE}
5578344Sobrien
5678344Sobrien.include <bsd.prog.mk>
57