Makefile revision 118224
178344Sobrien# $NetBSD: Makefile,v 1.16 2001/01/14 15:37:22 minoura Exp $
298184Sgordon# $FreeBSD: head/etc/rc.d/Makefile 118224 2003-07-30 20:05:20Z mtm $
378344Sobrien
478344Sobrien.include <bsd.own.mk>
578344Sobrien
6118224SmtmFILES=	DAEMON LOGIN NETWORKING SERVERS \
7118224Smtm	abi accounting addswap adjkerntz amd \
8118224Smtm	apm apmd archdep atm1 atm2 atm3 \
9118224Smtm	bgfsck bootparams \
10118224Smtm	ccd cleanvar cleartmp cron \
11118224Smtm	devd devfs dhclient diskless \
12118224Smtm	dmesg dumpon \
13118224Smtm	early.sh \
14118224Smtm	fsck \
15118224Smtm	gbde \
16118224Smtm	hostname \
17118224Smtm	inetd initdiskless initrandom \
18118224Smtm	ip6fw ipfilter ipfs ipfw ipmon \
19118224Smtm	ipnat ipsec ipxrouted isdnd \
20118224Smtm	jail \
21116223Sbde	kadmind kerberos keyserv kldxref kpasswdd \
22116223Sbde	ldconfig local localdaemons lomac lpd \
23116223Sbde	motd mountcritlocal mountcritremote \
24116223Sbde	mountd moused mroute6d mrouted msgs \
25118224Smtm	named netif netoptions \
26118224Smtm	network1 network2 network3 \
27118224Smtm	network_ipv6 nfsclient nfsd \
28118224Smtm	nfslocking nfsserver nisdomain ntpd ntpdate \
29118224Smtm	othermta \
30118224Smtm	pccard pcvt ppp-user pppoed pwcheck \
31118224Smtm	quota \
32118224Smtm	random rarpd rcconf.sh root \
33118224Smtm	route6d routed routing rpcbind rtadvd rwho \
34118224Smtm	savecore securelevel sendmail \
35118224Smtm	serial sppp sshd swap1 \
36118224Smtm	syscons sysctl syslogd \
37118224Smtm	timed ttys \
38118224Smtm	usbd \
39118224Smtm	vinum virecover \
40118224Smtm	watchdogd \
41118224Smtm	ypbind yppasswdd ypserv \
42118224Smtm	ypset ypupdated ypxfrd
4378344SobrienFILESDIR=	/etc/rc.d
4478344SobrienFILESMODE=	${BINMODE}
4578344Sobrien
4678344SobrienNOPROG= noprog
4778344Sobrien
4878344Sobrien.include <bsd.prog.mk>
49