Merge from vendor branch LIBARCHIVE:
[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.18 2005/11/19 21:52:09 swildner 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 bootparams ccd cleanvar \
12         cleartmp cron dhclient dhcpd dhcrelay diskless dmesg dumpon fsck ftpd \
13         hostname inetd initdiskless initrandom ip6fw ipfilter ipfs ipfw ipmon \
14         ipnat ipsec ipxrouted isdnd jail \
15         kadmind kerberos keyserv kldxref kpasswdd \
16         ldconfig local localdaemons lpd \
17         mixer motd mountcritlocal mountcritremote \
18         mountd moused mroute6d mrouted msgs \
19         named netif netoptions \
20         network_ipv6 nfsclient nfsd nfslocking nfsserver nisdomain ntpd \
21         dntpd othermta pf pflog ppp ppp-user pppoed pwcheck \
22         quota random rarpd rcconf.sh resident rndcontrol root route6d routed \
23         routing rpcbind rtadvd rtsold 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
27 FILESDIR=       /etc/rc.d
28 FILESMODE=      ${BINMODE}
29
30 NOPROG= noprog
31
32 .include <bsd.prog.mk>