]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/rc.d/Makefile
This commit was generated by cvs2svn to compensate for changes in r142425,
[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 FILES=  DAEMON LOGIN NETWORKING SERVERS \
5         abi accounting addswap adjkerntz amd \
6         apm apmd archdep atm1 atm2 atm3 \
7         bgfsck bootparams \
8         ccd cleanvar cleartmp cron \
9         devd devfs dhclient \
10         dmesg dumpon \
11         early.sh \
12         fsck \
13         gbde gbde_swap \
14         hostname \
15         ike \
16         inetd initdiskless initrandom \
17         ip6addrctl ip6fw ipfilter ipfs ipfw ipmon \
18         ipnat ipsec ipxrouted isdnd \
19         jail \
20         kadmind kerberos keyserv kldxref kpasswdd \
21         ldconfig local localpkg lomac lpd \
22         mixer motd mountcritlocal mountcritremote \
23         mountd moused mroute6d mrouted msgs \
24         named natd netif netoptions \
25         network_ipv6 nfsclient nfsd \
26         nfslocking nfsserver nisdomain nsswitch ntpd ntpdate \
27         othermta \
28         pccard pcvt pf pflog \
29         power_profile ppp-user pppoed preseedrandom pwcheck \
30         quota \
31         ramdisk ramdisk-own random rarpd rcconf.sh resolv root \
32         route6d routed routing rpcbind rtadvd rwho \
33         savecore securelevel sendmail \
34         serial sppp sshd swap1 \
35         syscons sysctl syslogd \
36         timed tmp \
37         ugidfw usbd \
38         var virecover \
39         watchdogd \
40         ypbind yppasswdd ypserv \
41         ypset ypupdated ypxfrd
42 FILESDIR=       /etc/rc.d
43 FILESMODE=      ${BINMODE}
44
45 .include <bsd.prog.mk>