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

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

Revision 1.118, Thu May 26 23:06:06 2005 UTC (19 years ago) by mcbride
Branch: MAIN
Changes since 1.117: +2 -2 lines

Enable ifstated in the builds. This still does not mean that ifstated is
necessary for regular carp setups. There are situations where you need this,
but if you're going to use it, think hard about redesigning your network so
you don't have to.

ok deraadt@ mpf@ henning@

#	$OpenBSD: Makefile,v 1.118 2005/05/26 23:06:06 mcbride 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 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 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>