[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.sbin

File: [local] / src / usr.sbin / Makefile (download)

Revision 1.120, Thu Jun 2 20:09:39 2005 UTC (19 years ago) by tholo
Branch: MAIN
Changes since 1.119: +2 -2 lines

Start on a basic ACPI framework -- does not do much more than read out the
ACPI tables into kernel memory and attach ACPI and HPET timers currently.

In order to test this code, enabling the devices in GENERIC as well as
the ACPI_ENABLE option is needed.  This code does not do any thermal
control yet, so this should be done with care depending on the platform.

In the tree so more people can contribute to making this more fully
featured.

Ok niklas@ grange@ tedu@

#	$OpenBSD: Makefile,v 1.120 2005/06/02 20:09:39 tholo Exp $

.include <bsd.own.mk>

SUBDIR=	ac accton adduser amd arp authpf bgpctl bgpd bind chroot \
	config cron dev_mkdb dhcpd dhcrelay edquota hostapd hotplugd \
	httpd ifstated inetd iostat kgmon kvm_mkdb lpr mailwrapper mopd mtree \
	mrouted mrinfo mtrace map-mbone netgroup_mkdb ntpd openssl \
	ospfctl ospfd pkg_add popa3d portmap ppp pppd pppoe procmap \
	pstat pwd_mkdb quot quotaon rarpd rbootd rdconfig rdate repquota \
	rmt rpc.bootparamd rpc.lockd rwhod sa sasyncd sensorsd sesd sliplogin \
	slstats spamdb spppcontrol spray syslogc syslogd tcpdrop \
	tcpdump timed tokenadm tokeninit traceroute trpt usbdevs user \
	vipw vnconfig wsmoused zdump zic ztsscale

# IPv6
SUBDIR+=faithd ndp rip6query route6d rtadvd rtsold traceroute6

# Arch dependent tools, with manpages
SUBDIR+=bad144 acpid acpidump apm apmd fdformat memconfig
SUBDIR+=eeprom gpioctl hotplugd
SUBDIR+=wsconscfg wsfontload

# Extended Attribute tools
SUBDIR+=extattrctl setextattr getextattr

.if (${AFS:L} == "yes")
SUBDIR+=afs
.endif

.if (${YP:L} == "yes")
SUBDIR+=ypbind yppoll ypset ypserv
.endif

.include <bsd.subdir.mk>