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

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

Revision 1.37, Mon Aug 31 00:20:07 1998 UTC (25 years, 9 months ago) by brian
Branch: MAIN
Changes since 1.36: +2 -2 lines

Upgrade ppp to version 2.0

This adds a number of features including:
o Multilink
o Callback (including CBCP)
o DNS negotiation (client & server)
o Easy to configure masquerading/packet aliasing
o Any number of diagnostic socket connections (limits DOS attacks)
o Sticky routes (ppp updates the routing table when the IP number is changed)

See the file README.changes for things that effect current
configurations.

#	$OpenBSD: Makefile,v 1.37 1998/08/31 00:20:07 brian Exp $

# not yet done: catman

.include <bsd.own.mk>

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

.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 iteconfig pccon pcmciad screenblank videomode
.elif ${MACHINE} == "amiga" 
SUBDIR+=grfconfig iteconfig videomode
.elif ${MACHINE} == "atari"
SUBDIR+=iteconfig
.elif ${MACHINE} == "hp300"
SUBDIR+=grfinfo hilinfo
.elif ${MACHINE} == "i386"
SUBDIR+=bad144 apm apmd fdformat pccon pcmciad
.elif ${MACHINE} == "pmax"
SUBDIR+=
.elif ${MACHINE} == "sun3"
SUBDIR+=eeprom screenblank
.elif ${MACHINE} == "sparc"
SUBDIR+=eeprom fdformat screenblank
.endif

.include <bsd.subdir.mk>