Makefile revision 127345
178344Sobrien# $NetBSD: Makefile,v 1.16 2001/01/14 15:37:22 minoura Exp $
298184Sgordon# $FreeBSD: head/etc/rc.d/Makefile 127345 2004-03-23 23:22:35Z brooks $
378344Sobrien
4118224SmtmFILES=	DAEMON LOGIN NETWORKING SERVERS \
5118224Smtm	abi accounting addswap adjkerntz amd \
6123533Sseanc	apm apmd archdep atm1 atm2 atm3 \
7118224Smtm	bgfsck bootparams \
8118224Smtm	ccd cleanvar cleartmp cron \
9127345Sbrooks	devd devfs dhclient \
10118224Smtm	dmesg dumpon \
11118224Smtm	early.sh \
12118224Smtm	fsck \
13125388Sdes	gbde gbde_swap \
14118224Smtm	hostname \
15126618Sbms	ike \
16118224Smtm	inetd initdiskless initrandom \
17121749Sume	ip6addrctl ip6fw ipfilter ipfs ipfw ipmon \
18118224Smtm	ipnat ipsec ipxrouted isdnd \
19118224Smtm	jail \
20116223Sbde	kadmind kerberos keyserv kldxref kpasswdd \
21119555Smtm	ldconfig local localpkg lomac lpd \
22127043Sjhb	mixer motd mountcritlocal mountcritremote \
23116223Sbde	mountd moused mroute6d mrouted msgs \
24118224Smtm	named netif netoptions \
25118224Smtm	network_ipv6 nfsclient nfsd \
26118224Smtm	nfslocking nfsserver nisdomain ntpd ntpdate \
27118224Smtm	othermta \
28123626Snjl	pccard pcvt power_profile ppp-user pppoed pwcheck \
29118224Smtm	quota \
30127345Sbrooks	random rarpd rcconf.sh resolv root \
31118224Smtm	route6d routed routing rpcbind rtadvd rwho \
32118224Smtm	savecore securelevel sendmail \
33118224Smtm	serial sppp sshd swap1 \
34118224Smtm	syscons sysctl syslogd \
35127345Sbrooks	timed tmp \
36118224Smtm	usbd \
37127345Sbrooks	var vinum virecover \
38118224Smtm	watchdogd \
39118224Smtm	ypbind yppasswdd ypserv \
40118224Smtm	ypset ypupdated ypxfrd
4178344SobrienFILESDIR=	/etc/rc.d
4278344SobrienFILESMODE=	${BINMODE}
4378344Sobrien
4478344Sobrien.include <bsd.prog.mk>
45