]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - etc/rc.d/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / etc / rc.d / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 FILES=  DAEMON FILESYSTEMS LOGIN NETWORKING SERVERS \
6         abi accounting addswap adjkerntz amd \
7         apm apmd archdep atm1 atm2 atm3 auditd auto_linklocal \
8         bgfsck bluetooth bootparams bridge bsnmpd bthidd \
9         ccd cleanvar cleartmp cron \
10         ddb defaultroute devd devfs dhclient \
11         dmesg dumpon \
12         encswap \
13         fsck ftp-proxy ftpd \
14         gbde geli geli2 gssd \
15         hastd hcsecd \
16         hostapd hostid hostid_save hostname \
17         inetd initrandom \
18         ip6addrctl ipfilter ipfs ipfw ipmon \
19         ipnat ipsec ipxrouted \
20         jail \
21         kadmind kerberos keyserv kldxref kpasswdd \
22         ldconfig local localpkg lockd lpd \
23         mixer motd mountcritlocal mountcritremote mountlate \
24         mdconfig mdconfig2 mountd moused mroute6d mrouted msgs \
25         named natd netif netoptions \
26         network_ipv6 newsyslog nfsclient nfscbd nfsd \
27         nfsserver nfsuserd nisdomain nsswitch ntpd ntpdate \
28         othermta \
29         pf pflog pfsync \
30         powerd power_profile ppp pppoed pwcheck \
31         quota \
32         random rarpd resolv rfcomm_pppd_server root \
33         route6d routed routing rpcbind rtadvd rtsold rwho \
34         savecore sdpd securelevel sendmail \
35         serial sppp statd static_arp swap1 \
36         syscons sysctl syslogd \
37         timed tmp \
38         ugidfw \
39         var virecover \
40         watchdogd wpa_supplicant \
41         ypbind yppasswdd ypserv \
42         ypset ypupdated ypxfrd \
43         zfs zvol
44
45 .if ${MK_OPENSSH} != "no"
46 FILES+= sshd
47 .endif
48
49 .if ${MK_NS_CACHING} != "no"
50 FILES+= nscd
51 .endif
52
53 .if ${MK_BLUETOOTH} != "no"
54 FILES+= ubthidhci
55 .endif
56
57 FILESDIR=       /etc/rc.d
58 FILESMODE=      ${BINMODE}
59
60 .include <bsd.prog.mk>