Merge branch 'vendor/BINUTILS225'
[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
4 .include <bsd.own.mk>
5
6 # note: bgfsk and lomac left out (from 5.0)
7 #
8 FILES=  DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz amd \
9         bootconf bootparams btconfig bthcid ccd cleanvar cryptdisks \
10         cleartmp cron cryptdisks devd devfs dhclient diskless dmesg dumpon \
11         fixbootfile fsck ftpd hostname hotplugd \
12         inetd initdiskless initrandom ip6fw ipfw ipsec \
13         jail keyserv \
14         ldconfig local localdaemons lockd lpd lvm \
15         mixer motd mountcritlocal mountcritremote \
16         mountd moused mroute6d mrouted msgs \
17         named netif netoptions newsyslog \
18         network_ipv6 nfsclient nfsd nfsserver nisdomain nscd nsswitch \
19         dntpd othermta pf pflog powerd ppp ppp-user pppoed pwcheck \
20         quota random rarpd rcconf resident rndcontrol root route6d routed \
21         routing rpcbind rtadvd rtsold rwho sysdb savecore sdpd securelevel \
22         sendmail sensorsd serial sppp sshd statd swap1 syscons sysctl syslogd sysvipcd \
23         timed ttys udevd udevd_early \
24         varsym vfs_quota vinum virecover vkernel vknetd \
25         watchdogd wpa_supplicant \
26         ypbind yppasswdd ypserv ypset ypupdated ypxfrd
27
28 FILESDIR=       /etc/rc.d
29 FILESMODE=      ${BINMODE}
30
31 NOOBJ=
32
33 .include <bsd.prog.mk>