]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - etc/rc.d/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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 auditdistd \
8         bgfsck bluetooth bootparams bridge bsnmpd bthidd \
9         ccd cleanvar cleartmp cron \
10         ddb defaultroute devd devfs dhclient \
11         dmesg dumpon \
12         encswap \
13         faith fsck ftp-proxy ftpd \
14         gbde geli geli2 gptboot gssd \
15         hastd hcsecd \
16         hostapd hostid hostid_save hostname \
17         inetd initrandom \
18         ip6addrctl ipfilter ipfs ipfw ipmon \
19         ipnat ipsec \
20         jail \
21         kadmind kerberos keyserv kld 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 netwait \
26         newsyslog nfsclient nfscbd nfsd \
27         nfsuserd nisdomain nsswitch ntpd ntpdate \
28         othermta \
29         pf pflog pfsync \
30         powerd power_profile ppp pppoed pwcheck \
31         quota \
32         random rarpd rctl resolv rfcomm_pppd_server root \
33         route6d routed routing rpcbind rtadvd rtsold rwho \
34         savecore sdpd securelevel sendmail \
35         serial sppp statd static_arp static_ndp stf 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_IPX} != "no"
46 FILES+= ipxrouted
47 .endif
48
49 .if ${MK_OFED} != "no"
50 FILES+= opensm
51 .endif
52
53 .if ${MK_OPENSSH} != "no"
54 FILES+= sshd
55 .endif
56
57 .if ${MK_NS_CACHING} != "no"
58 FILES+= nscd
59 .endif
60
61 .if ${MK_BLUETOOTH} != "no"
62 FILES+= ubthidhci
63 .endif
64
65 FILESDIR=       /etc/rc.d
66 FILESMODE=      ${BINMODE}
67
68 .include <bsd.prog.mk>