Port EST driver from NetBSD, as it has better support for newer CPUs
[dragonfly.git] / etc / rc.d / Makefile
blob74b64b3db87ca209d99d9e7a7de32b22d5d1089a
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 $
5 .include <bsd.own.mk>
7 # note: bgfsk, devd, devfs, and lomac left out (from 5.0)
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}
30 NOPROG= noprog
32 .include <bsd.prog.mk>