Merge from vendor branch CVS:
[dragonfly.git] / etc / rc.d / Makefile
1 # $NetBSD: Makefile,v 1.16 2001/01/14 15:37:22 minoura Exp $
2 # $FreeBSD: src/etc/rc.d/Makefile,v 1.20 2003/06/29 05:15:57 mtm Exp $
3 # $DragonFly: src/etc/rc.d/Makefile,v 1.12 2005/04/15 18:40:52 joerg Exp $
4
5 .include <bsd.own.mk>
6
7 # note: bgfsk, devd, devfs, and lomac left out (from 5.0)
8 #
9 FILES=  DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz \
10         amd apm apmd archdep atm1 atm2.sh atm3.sh \
11         battd bootconf.sh bootparams ccd cleanvar \
12         cleartmp cron dhclient dhcpd dhcrelay diskless dmesg dumpon fsck \
13         hostname inetd initdiskless initrandom ip6fw ipfilter ipfs ipfw ipmon \
14         ipnat ipsec ipxrouted isdnd jail \
15         kadmind kerberos keyserv kldxref kpasswdd \
16         ldconfig lkm1 lkm2 lkm3 local localdaemons lpd \
17         mixer motd mountall mountcritlocal mountcritremote \
18         mountd moused mroute6d mrouted msgs \
19         named netif netoptions network network1 network2 network3 \
20         network_ipv6 nfsclient nfsd nfslocking nfsserver nisdomain ntpd \
21         othermta pcvt pf pflog ppp ppp-user pppoed pwcheck \
22         quota random rarpd rcconf.sh resident rndcontrol root route6d routed \
23         routing rpcbind rtadvd rwho sysdb savecore securelevel sendmail \
24         serial sppp sshd swap1 syscons sysctl syslogd timed ttys usbd \
25         vinum virecover watchdogd ypbind yppasswdd ypserv ypset ypupdated \
26         ypxfrd varsym wscons
27 FILESDIR=       /etc/rc.d
28 FILESMODE=      ${BINMODE}
29
30 NOPROG= noprog
31
32 .include <bsd.prog.mk>