installer: Re-add the TEST_DEV command which was removed accidentally.
[dragonfly.git] / etc / rc.d / Makefile
blob7a0f6d41f33c57c205432cd393e69043b6a8207f
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.31 2008/10/03 10:27:42 swildner Exp $
5 .include <bsd.own.mk>
7 # note: bgfsk, devfs, and lomac left out (from 5.0)
9 FILES= DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz \
10 amd apm apmd atm1 atm2.sh atm3.sh \
11 battd bootconf bootparams btconfig bthcid ccd cleanvar \
12 cleartmp cron devd dhclient diskless dmesg dumpon \
13 fsck ftpd hostapd hostname \
14 inetd initdiskless initrandom ip6fw ipfilter ipfs ipfw ipmon \
15 ipnat ipsec ipxrouted isdnd jail \
16 kadmind kerberos keyserv kpasswdd \
17 ldconfig local localdaemons lockd lpd \
18 mixer motd mountcritlocal mountcritremote \
19 mountd moused mroute6d mrouted msgs \
20 named netif netoptions newsyslog \
21 network_ipv6 nfsclient nfsd nfsserver nisdomain nscd nsswitch \
22 dntpd othermta pf pflog ppp ppp-user pppoed pwcheck \
23 quota random rarpd rcconf.sh resident rndcontrol root route6d routed \
24 routing rpcbind rtadvd rtsold rwho sysdb savecore sdpd securelevel \
25 sendmail sensorsd serial sppp sshd statd swap1 syscons sysctl syslogd \
26 timed ttys usbd varsym vinum virecover watchdogd wpa_supplicant \
27 ypbind yppasswdd ypserv ypset ypupdated ypxfrd
29 FILESDIR= /etc/rc.d
30 FILESMODE= ${BINMODE}
32 NOPROG= noprog
34 .include <bsd.prog.mk>