Makefile revision 150490
1284345Ssjg# $NetBSD: Makefile,v 1.16 2001/01/14 15:37:22 minoura Exp $
2284345Ssjg# $FreeBSD: head/etc/rc.d/Makefile 150490 2005-09-23 16:54:09Z wollman $
3284345Ssjg
4284345SsjgFILES=	DAEMON LOGIN NETWORKING SERVERS \
5284345Ssjg	abi accounting addswap adjkerntz amd \
6284345Ssjg	apm apmd archdep atm1 atm2 atm3 \
7284345Ssjg	bgfsck bootparams bsnmpd \
8284345Ssjg	ccd cleanvar cleartmp cron \
9284345Ssjg	devd devfs dhclient \
10284345Ssjg	dmesg dumpon \
11284345Ssjg	early.sh encswap \
12284345Ssjg	fsck \
13284345Ssjg	gbde geli geli2 \
14284345Ssjg	hostname \
15284345Ssjg	ike \
16284345Ssjg	inetd initrandom \
17284345Ssjg	ip6addrctl ip6fw ipfilter ipfs ipfw ipmon \
18	ipnat ipsec ipxrouted isdnd \
19	jail \
20	kadmind kerberos keyserv kldxref kpasswdd \
21	ldconfig local localpkg lpd \
22	mixer motd mountcritlocal mountcritremote \
23	mountd moused mroute6d mrouted msgs \
24	named natd netif netoptions \
25	network_ipv6 newsyslog nfsclient nfsd \
26	nfslocking nfsserver nisdomain nsswitch ntpd ntpdate \
27	othermta \
28	pccard pcvt pf pflog \
29	powerd power_profile ppp-user pppoed pwcheck \
30	quota \
31	ramdisk ramdisk-own random rarpd rcconf.sh resolv root \
32	route6d routed routing rpcbind rtadvd rwho \
33	savecore securelevel sendmail \
34	serial sppp swap1 \
35	syscons sysctl syslogd \
36	timed tmp \
37	ugidfw usbd \
38	var virecover \
39	watchdogd wpa_supplicant \
40	ypbind yppasswdd ypserv \
41	ypset ypupdated ypxfrd
42
43.if !defined(NO_OPENSSH)
44FILES+=	sshd
45.endif
46
47FILESDIR=	/etc/rc.d
48FILESMODE=	${BINMODE}
49
50.include <bsd.prog.mk>
51