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

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

Revision 1.79, Sat Jun 2 00:44:41 2001 UTC (23 years ago) by deraadt
Branch: MAIN
Changes since 1.78: +2 -2 lines

do not build mrouted until the license issues are worked out (a work in
progress since December, this is really starting to get ridiculous).
don't delete it from the source tree yet, though..

#	$OpenBSD: Makefile,v 1.79 2001/06/02 00:44:41 deraadt Exp $

# not yet done: catman

.include <bsd.own.mk>

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

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

# Arch dependent tools, with manpages
SUBDIR+=iteconfig grfconfig videomode
SUBDIR+=bad144 apm apmd fdformat memconfig
SUBDIR+=eeprom screenblank grfinfo hilinfo
SUBDIR+=wsconscfg wsfontload

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

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

.include <bsd.subdir.mk>