Makefile revision 156813
178344Sobrien# $NetBSD: Makefile,v 1.16 2001/01/14 15:37:22 minoura Exp $
298184Sgordon# $FreeBSD: head/etc/rc.d/Makefile 156813 2006-03-17 18:54:44Z ru $
378344Sobrien
4156813Sru.include <bsd.own.mk>
5156813Sru
6118224SmtmFILES=	DAEMON LOGIN NETWORKING SERVERS \
7118224Smtm	abi accounting addswap adjkerntz amd \
8155209Srwatson	apm apmd archdep atm1 atm2 atm3 auditd \
9152286Semax	bgfsck bluetooth bootparams bsnmpd \
10118224Smtm	ccd cleanvar cleartmp cron \
11127345Sbrooks	devd devfs dhclient \
12118224Smtm	dmesg dumpon \
13148760Spjd	early.sh encswap \
14154645Syar	fsck ftpd \
15149053Spjd	gbde geli geli2 \
16151245Semax	hcsecd \
17155236Sflz	hostapd hostname \
18126618Sbms	ike \
19145693Sbrooks	inetd initrandom \
20121749Sume	ip6addrctl ip6fw ipfilter ipfs ipfw ipmon \
21118224Smtm	ipnat ipsec ipxrouted isdnd \
22118224Smtm	jail \
23156808Sdes	kadmind kerberos kernel keyserv kldxref kpasswdd \
24143489Sdougb	ldconfig local localpkg lpd \
25127043Sjhb	mixer motd mountcritlocal mountcritremote \
26116223Sbde	mountd moused mroute6d mrouted msgs \
27127897Sfjoe	named natd netif netoptions \
28142962Sbrooks	network_ipv6 newsyslog nfsclient nfsd \
29135252Sseanc	nfslocking nfsserver nisdomain nsswitch ntpd ntpdate \
30118224Smtm	othermta \
31155610Simp	pcvt pf pflog pfsync \
32151842Syar	powerd power_profile ppp pppoed pwcheck \
33118224Smtm	quota \
34153299Sdougb	ramdisk ramdisk-own random rarpd resolv root \
35118224Smtm	route6d routed routing rpcbind rtadvd rwho \
36151245Semax	savecore sdpd securelevel sendmail \
37150490Swollman	serial sppp swap1 \
38118224Smtm	syscons sysctl syslogd \
39127345Sbrooks	timed tmp \
40153430Siedowse	ugidfw \
41137203Sphk	var virecover \
42147682Sbrooks	watchdogd wpa_supplicant \
43118224Smtm	ypbind yppasswdd ypserv \
44118224Smtm	ypset ypupdated ypxfrd
45150490Swollman
46156813Sru.if ${MK_OPENSSH} != "no"
47150490SwollmanFILES+=	sshd
48150490Swollman.endif
49150490Swollman
5078344SobrienFILESDIR=	/etc/rc.d
5178344SobrienFILESMODE=	${BINMODE}
5278344Sobrien
5378344Sobrien.include <bsd.prog.mk>
54