Makefile revision 163378
1# $NetBSD: Makefile,v 1.16 2001/01/14 15:37:22 minoura Exp $
2# $FreeBSD: head/etc/rc.d/Makefile 163378 2006-10-15 14:19:06Z ceri $
3
4.include <bsd.own.mk>
5
6FILES=	DAEMON LOGIN NETWORKING SERVERS \
7	abi accounting addswap adjkerntz amd \
8	apm apmd archdep atm1 atm2 atm3 auditd auto_linklocal \
9	bgfsck bluetooth bootparams bridge bsnmpd bthidd \
10	ccd cleanvar cleartmp cron \
11	devd devfs dhclient \
12	dmesg dumpon \
13	early.sh encswap \
14	fsck ftpd \
15	gbde geli geli2 \
16	hcsecd \
17	hostapd hostname \
18	idmapd inetd initrandom \
19	ip6addrctl ip6fw ipfilter ipfs ipfw ipmon \
20	ipnat ipsec ipxrouted isdnd \
21	jail \
22	kadmind kerberos kernel keyserv kldxref kpasswdd \
23	ldconfig local localpkg lpd \
24	mixer motd mountcritlocal mountcritremote mountlate \
25	mdconfig mdconfig2 mountd moused mroute6d mrouted msgs \
26	named natd netif netoptions \
27	network_ipv6 newsyslog nfsclient nfsd \
28	nfslocking nfsserver nisdomain nsswitch ntpd ntpdate \
29	othermta \
30	pf pflog pfsync \
31	powerd power_profile ppp pppoed pwcheck \
32	quota \
33	random rarpd resolv root \
34	route6d routed routing rpcbind rtadvd rwho \
35	savecore sdpd securelevel sendmail \
36	serial sppp swap1 \
37	syscons sysctl syslogd \
38	timed tmp \
39	ugidfw \
40	var virecover \
41	watchdogd wpa_supplicant \
42	ypbind yppasswdd ypserv \
43	ypset ypupdated ypxfrd
44
45.if ${MK_OPENSSH} != "no"
46FILES+=	sshd
47.endif
48
49.if ${MK_NS_CACHING} != "no"
50FILES+= cached
51.endif
52
53FILESDIR=	/etc/rc.d
54FILESMODE=	${BINMODE}
55
56.include <bsd.prog.mk>
57