Merge branch 'vendor/MDOCML'
[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 \
9         amd apm apmd atm1 atm2 atm3 \
10         battd bootconf bootparams btconfig bthcid ccd cleanvar cryptdisks \
11         cleartmp cron cryptdisks devd devfs dhclient diskless dmesg dumpon \
12         fixbootfile fsck ftpd hostapd hostname hotplugd \
13         inetd initdiskless initrandom ip6fw ipfilter ipfs ipfw ipmon \
14         ipnat ipsec ipxrouted isdnd jail \
15         keyserv \
16         ldconfig local localdaemons lockd lpd lvm \
17         mixer motd mountcritlocal mountcritremote \
18         mountd moused mroute6d mrouted msgs \
19         named netif netoptions newsyslog \
20         network_ipv6 nfsclient nfsd nfsserver nisdomain nscd nsswitch \
21         dntpd othermta pf pflog powerd ppp ppp-user pppoed pwcheck \
22         quota random rarpd rcconf resident rndcontrol root route6d routed \
23         routing rpcbind rtadvd rtsold rwho sysdb savecore sdpd securelevel \
24         sendmail sensorsd serial sppp sshd statd swap1 syscons sysctl syslogd \
25         timed ttys udevd udevd_early usbd varsym vinum vkernel virecover \
26         watchdogd wpa_supplicant \
27         ypbind yppasswdd ypserv ypset ypupdated ypxfrd
28
29 FILESDIR=       /etc/rc.d
30 FILESMODE=      ${BINMODE}
31
32 NOOBJ=
33
34 .include <bsd.prog.mk>