]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/rc.d/Makefile
Add rc.d/hostid script (turned on by default) which on first boot generates
[FreeBSD/FreeBSD.git] / etc / rc.d / Makefile
1 # $NetBSD: Makefile,v 1.16 2001/01/14 15:37:22 minoura Exp $
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 FILES=  DAEMON FILESYSTEMS 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 hostid 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         zfs
45
46 .if ${MK_OPENSSH} != "no"
47 FILES+= sshd
48 .endif
49
50 .if ${MK_NS_CACHING} != "no"
51 FILES+= cached
52 .endif
53
54 FILESDIR=       /etc/rc.d
55 FILESMODE=      ${BINMODE}
56
57 .include <bsd.prog.mk>