Makefile revision 151245
1146773Ssam# $NetBSD: Makefile,v 1.16 2001/01/14 15:37:22 minoura Exp $
2146773Ssam# $FreeBSD: head/etc/rc.d/Makefile 151245 2005-10-12 00:45:58Z emax $
3146773Ssam
4146773SsamFILES=	DAEMON LOGIN NETWORKING SERVERS \
5146773Ssam	abi accounting addswap adjkerntz amd \
6146773Ssam	apm apmd archdep atm1 atm2 atm3 \
7146773Ssam	bgfsck bootparams bsnmpd \
8146773Ssam	ccd cleanvar cleartmp cron \
9146773Ssam	devd devfs dhclient \
10146773Ssam	dmesg dumpon \
11146773Ssam	early.sh encswap \
12146773Ssam	fsck \
13146773Ssam	gbde geli geli2 \
14146773Ssam	hcsecd \
15146773Ssam	hostname \
16146773Ssam	ike \
17146773Ssam	inetd initrandom \
18146773Ssam	ip6addrctl ip6fw ipfilter ipfs ipfw ipmon \
19146773Ssam	ipnat ipsec ipxrouted isdnd \
20146773Ssam	jail \
21146773Ssam	kadmind kerberos keyserv kldxref kpasswdd \
22146773Ssam	ldconfig local localpkg lpd \
23162017Ssam	mixer motd mountcritlocal mountcritremote \
24146773Ssam	mountd moused mroute6d mrouted msgs \
25146773Ssam	named natd netif netoptions \
26146773Ssam	network_ipv6 newsyslog nfsclient nfsd \
27146773Ssam	nfslocking nfsserver nisdomain nsswitch ntpd ntpdate \
28146773Ssam	othermta \
29146773Ssam	pccard pcvt pf pflog pfsync \
30146773Ssam	powerd power_profile ppp-user pppoed pwcheck \
31146773Ssam	quota \
32146773Ssam	ramdisk ramdisk-own random rarpd rcconf.sh resolv root \
33146773Ssam	route6d routed routing rpcbind rtadvd rwho \
34146773Ssam	savecore sdpd securelevel sendmail \
35146773Ssam	serial sppp swap1 \
36146773Ssam	syscons sysctl syslogd \
37146773Ssam	timed tmp \
38146773Ssam	ugidfw usbd \
39146773Ssam	var virecover \
40146773Ssam	watchdogd wpa_supplicant \
41146773Ssam	ypbind yppasswdd ypserv \
42146773Ssam	ypset ypupdated ypxfrd
43146773Ssam
44146773Ssam.if !defined(NO_OPENSSH)
45146773SsamFILES+=	sshd
46146773Ssam.endif
47146773Ssam
48146773SsamFILESDIR=	/etc/rc.d
49146773SsamFILESMODE=	${BINMODE}
50146773Ssam
51146773Ssam.include <bsd.prog.mk>
52146773Ssam