]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - etc/rc.d/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.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 auto_linklocal \
8         bgfsck bluetooth bootparams bridge bsnmpd bthidd \
9         ccd cleanvar cleartmp cron \
10         ddb devd devfs dhclient \
11         dmesg dumpon \
12         early.sh encswap \
13         fsck ftp-proxy ftpd \
14         gbde geli geli2 \
15         hcsecd \
16         hostapd hostid hostname \
17         idmapd inetd initrandom \
18         ip6addrctl ip6fw ipfilter ipfs ipfw ipmon \
19         ipnat ipsec ipxrouted isdnd \
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 nfsd \
27         nfsserver 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 rwho \
34         savecore sdpd securelevel sendmail \
35         serial sppp statd 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
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 FILESDIR=       /etc/rc.d
54 FILESMODE=      ${BINMODE}
55
56 .include <bsd.prog.mk>