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