Makefile revision 127897
164562Sgshapiro# $NetBSD: Makefile,v 1.16 2001/01/14 15:37:22 minoura Exp $
264562Sgshapiro# $FreeBSD: head/etc/rc.d/Makefile 127897 2004-04-05 16:29:45Z fjoe $
364562Sgshapiro
464562SgshapiroFILES=	DAEMON LOGIN NETWORKING SERVERS \
564562Sgshapiro	abi accounting addswap adjkerntz amd \
664562Sgshapiro	apm apmd archdep atm1 atm2 atm3 \
764562Sgshapiro	bgfsck bootparams \
864562Sgshapiro	ccd cleanvar cleartmp cron \
964562Sgshapiro	devd devfs dhclient \
1064562Sgshapiro	dmesg dumpon \
1164562Sgshapiro	early.sh \
1264562Sgshapiro	fsck \
1364562Sgshapiro	gbde gbde_swap \
1464562Sgshapiro	hostname \
1564562Sgshapiro	ike \
1680785Sgshapiro	inetd initdiskless initrandom \
1764562Sgshapiro	ip6addrctl ip6fw ipfilter ipfs ipfw ipmon \
1864562Sgshapiro	ipnat ipsec ipxrouted isdnd \
1964562Sgshapiro	jail \
2064562Sgshapiro	kadmind kerberos keyserv kldxref kpasswdd \
2164562Sgshapiro	ldconfig local localpkg lomac lpd \
2264562Sgshapiro	mixer motd mountcritlocal mountcritremote \
2364562Sgshapiro	mountd moused mroute6d mrouted msgs \
2464562Sgshapiro	named natd netif netoptions \
2580785Sgshapiro	network_ipv6 nfsclient nfsd \
2680785Sgshapiro	nfslocking nfsserver nisdomain ntpd ntpdate \
2780785Sgshapiro	othermta \
2880785Sgshapiro	pccard pcvt pf pflog power_profile ppp-user pppoed pwcheck \
2980785Sgshapiro	quota \
3080785Sgshapiro	random rarpd rcconf.sh resolv root \
3180785Sgshapiro	route6d routed routing rpcbind rtadvd rwho \
3280785Sgshapiro	savecore securelevel sendmail \
3380785Sgshapiro	serial sppp sshd swap1 \
3480785Sgshapiro	syscons sysctl syslogd \
3580785Sgshapiro	timed tmp \
3680785Sgshapiro	usbd \
3780785Sgshapiro	var vinum virecover \
3880785Sgshapiro	watchdogd \
3980785Sgshapiro	ypbind yppasswdd ypserv \
4080785Sgshapiro	ypset ypupdated ypxfrd
4180785SgshapiroFILESDIR=	/etc/rc.d
4280785SgshapiroFILESMODE=	${BINMODE}
4380785Sgshapiro
4480785Sgshapiro.include <bsd.prog.mk>
4580785Sgshapiro