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

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

Revision 1.130, Fri Nov 3 19:33:56 2006 UTC (17 years, 7 months ago) by marco
Branch: MAIN
Changes since 1.129: +2 -2 lines

Add Jordan's acpiscan acpi table dump tool.  The current tool, acpidump,
does not dump all relevant tables and will eventually be deprecated by this.
It needs some more cleanup but we need to start getting acpi dumps from
the field using this instead of acpidump.

Code written by jordan, cleanup by me.
ok jordan@

#	$OpenBSD: Makefile,v 1.130 2006/11/03 19:33:56 marco Exp $

.include <bsd.own.mk>

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

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

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

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

.include <bsd.subdir.mk>