acpi: Narrow workaround for broken interrupt settings
[dragonfly.git] / etc / rc.d / Makefile
blob2c03c2d54360d2e8fcb4260777de71ba1fe51342
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 $
4 .include <bsd.own.mk>
6 # note: bgfsk and lomac left out (from 5.0)
8 FILES= DAEMON FILESYSTEMS LOGIN NETWORKING SERVERS \
9 accounting addswap adjkerntz automount automountd autounmountd \
10 bootconf bootparams btconfig bthcid ccd cleanvar cryptdisks \
11 cleartmp cron cryptdisks \
12 devd devfs dhclient dhcp_client dhcpcd diskless dmesg dntpd dumpon \
13 fixbootfile fsck ftpd hostname hotplugd \
14 inetd initdiskless initrandom ip6addrctl ip6fw ipfw ipfw3 \
15 jail keyserv \
16 ldconfig local localdaemons lockd lpd lvm \
17 mixer modules motd mountcritlocal mountcritremote mountd mounttmpfs \
18 moused msgs \
19 named netif netoptions newsyslog \
20 network_ipv6 nfsclient nfsd nfsserver nisdomain nscd nsswitch \
21 othermta pf pflog powerd ppp 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 \
25 sysctl syslogd sysvipcd \
26 ttys udevd udevd_early \
27 varsym vfs_quota vinum virecover vkernel vknetd \
28 watchdogd wg wpa_supplicant \
29 ypbind yppasswdd ypserv ypset ypupdated ypxfrd
31 FILESDIR= /etc/rc.d
32 FILESMODE= ${BINMODE}
34 NOOBJ=
36 .include <bsd.prog.mk>