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

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

Revision 1.99, Wed Dec 24 20:36:12 2003 UTC (20 years, 5 months ago) by henning
Branch: MAIN
Changes since 1.98: +2 -2 lines

connect bgpd to the build, ok deraadt@

at this point in development, bgpd establishes connections to neighbors fine
and does all the session handling as desired, processes the announcements
it gets from its neighbors, runs the decision process and enters the routes to
the kernel routing table. they are also updated as needed and cleaned up on
exit.

bgpd does not yet have the ability to announce anything, or send outgoing
UPDATE messages in general, nor does it have a filter language yet.

#	$OpenBSD: Makefile,v 1.99 2003/12/24 20:36:12 henning Exp $

# not yet done: catman

.include <bsd.own.mk>

SUBDIR=	ac accton adduser amd arp authpf \
	bgpd bind bootpd bootpgw bootpef bootptest \
	chroot config cron dev_mkdb dhcp \
	edquota httpd inetd iostat \
	kgmon kvm_mkdb lpr \
	mailwrapper mopd mtree \
	mrouted mrinfo mtrace map-mbone \
	netgroup_mkdb openssl pkg_add popa3d portmap ppp pppd pppoe \
	pstat pwd_mkdb quot quotaon rarpd rbootd rdconfig rdate repquota rmt \
	rpc.bootparamd rpc.lockd rwhod \
	sa sensorsd sesd sliplogin slstats spppcontrol spray \
	syslogd tcpdump timed tokenadm tokeninit traceroute trpt \
	usbdevs user vipw vnconfig wsmoused zdump zic

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

# Arch dependent tools, with manpages
SUBDIR+=bad144 apm apmd fdformat memconfig
SUBDIR+=eeprom grfinfo hilinfo
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>