Bring RCNG in from 5.x and adjust config files and scripts accordingly.
[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.1 2003/07/24 06:35:37 dillon 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 amd \
10         apm apmd archdep atm1 atm2.sh atm3.sh bootparams ccd cleanvar \
11         cleartmp cron dhclient diskless dmesg dumpon fsck \
12         hostname inetd initdiskless initrandom ip6fw ipfilter ipfs ipfw ipmon \
13         ipnat ipsec ipxrouted isdnd jail \
14         kadmind kerberos keyserv kldxref kpasswdd \
15         ldconfig local localdaemons lpd \
16         motd mountcritlocal mountcritremote \
17         mountd moused mroute6d mrouted msgs \
18         named netif netoptions network1 network2 network3 \
19         network_ipv6 nfsclient nfsd nfslocking nfsserver nisdomain ntpd \
20         ntpdate othermta pccard pcvt ppp-user pppoed pwcheck quota random \
21         rarpd rcconf.sh root route6d routed routing rpcbind rtadvd rwho \
22         savecore securelevel sendmail serial sppp sshd swap1 syscons sysctl \
23         syslogd timed ttys usbd vinum virecover watchdogd ypbind \
24         yppasswdd ypserv ypset ypupdated ypxfrd
25 FILESDIR=       /etc/rc.d
26 FILESMODE=      ${BINMODE}
27
28 NOPROG= noprog
29
30 .include <bsd.prog.mk>