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

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

Revision 1.62, Thu Apr 6 18:26:02 2000 UTC (24 years, 2 months ago) by millert
Branch: MAIN
Changes since 1.61: +2 -2 lines

Enable sendmail 8.10.0.  Things like sendmail.* and aliases now live
in /etc/mail.

#	$OpenBSD: Makefile,v 1.62 2000/04/06 18:26:02 millert Exp $

# not yet done: catman

.include <bsd.own.mk>

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

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

# Amiga manpages
SUBDIR+=iteconfig grfconfig videomode

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

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

.if   make(clean) || make(cleandir) || make(obj)
SUBDIR+=apm apmd bad144 eeprom fdformat grfconfig grfinfo \
	hilinfo screenblank videomode memconfig
.elif ${MACHINE} == "hp300"
SUBDIR+=grfinfo hilinfo
.elif ${MACHINE} == "i386"
SUBDIR+=bad144 apm apmd fdformat memconfig
.elif ${MACHINE} == "pmax"
SUBDIR+=
.elif ${MACHINE} == "sun3"
SUBDIR+=eeprom screenblank
.elif ${MACHINE} == "sparc"
SUBDIR+=eeprom fdformat screenblank
.endif

.include <bsd.subdir.mk>