Makefile revision 153430
164562Sgshapiro# $NetBSD: Makefile,v 1.16 2001/01/14 15:37:22 minoura Exp $
264562Sgshapiro# $FreeBSD: head/etc/rc.d/Makefile 153430 2005-12-15 01:04:51Z iedowse $
364562Sgshapiro
464562SgshapiroFILES=	DAEMON LOGIN NETWORKING SERVERS \
564562Sgshapiro	abi accounting addswap adjkerntz amd \
6111823Sgshapiro	apm apmd archdep atm1 atm2 atm3 \
764562Sgshapiro	bgfsck bluetooth bootparams bsnmpd \
864562Sgshapiro	ccd cleanvar cleartmp cron \
964562Sgshapiro	devd devfs dhclient \
1064562Sgshapiro	dmesg dumpon \
1164562Sgshapiro	early.sh encswap \
1264562Sgshapiro	fsck \
1364562Sgshapiro	gbde geli geli2 \
1464562Sgshapiro	hcsecd \
1564562Sgshapiro	hostname \
1664562Sgshapiro	ike \
1780785Sgshapiro	inetd initrandom \
1864562Sgshapiro	ip6addrctl ip6fw ipfilter ipfs ipfw ipmon \
1964562Sgshapiro	ipnat ipsec ipxrouted isdnd \
2064562Sgshapiro	jail \
2164562Sgshapiro	kadmind kerberos keyserv kldxref kpasswdd \
2264562Sgshapiro	ldconfig local localpkg lpd \
2364562Sgshapiro	mixer motd mountcritlocal mountcritremote \
2464562Sgshapiro	mountd moused mroute6d mrouted msgs \
2564562Sgshapiro	named natd netif netoptions \
2680785Sgshapiro	network_ipv6 newsyslog nfsclient nfsd \
2780785Sgshapiro	nfslocking nfsserver nisdomain nsswitch ntpd ntpdate \
2880785Sgshapiro	othermta \
2980785Sgshapiro	pccard pcvt pf pflog pfsync \
3080785Sgshapiro	powerd power_profile ppp pppoed pwcheck \
3180785Sgshapiro	quota \
3280785Sgshapiro	ramdisk ramdisk-own random rarpd resolv root \
3380785Sgshapiro	route6d routed routing rpcbind rtadvd rwho \
3480785Sgshapiro	savecore sdpd securelevel sendmail \
3580785Sgshapiro	serial sppp swap1 \
3680785Sgshapiro	syscons sysctl syslogd \
3780785Sgshapiro	timed tmp \
3880785Sgshapiro	ugidfw \
3980785Sgshapiro	var virecover \
4080785Sgshapiro	watchdogd wpa_supplicant \
4180785Sgshapiro	ypbind yppasswdd ypserv \
4280785Sgshapiro	ypset ypupdated ypxfrd
4380785Sgshapiro
4480785Sgshapiro.if !defined(NO_OPENSSH)
4580785SgshapiroFILES+=	sshd
4680785Sgshapiro.endif
4780785Sgshapiro
4864562SgshapiroFILESDIR=	/etc/rc.d
4964562SgshapiroFILESMODE=	${BINMODE}
5080785Sgshapiro
5180785Sgshapiro.include <bsd.prog.mk>
5280785Sgshapiro