Turn off ppp (ICE) and pppd (cc objects to a varargs decl) on amd64.

This commit is contained in:
Peter Wemm 2003-05-09 21:06:41 +00:00
parent 8970f1a474
commit bd16ce64fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114863

View file

@ -74,8 +74,6 @@ SUBDIR= IPXrouted \
pciconf \
periodic \
pkg_install \
ppp \
pppd \
pppstats \
procctl \
pstat \
@ -134,6 +132,11 @@ SUBDIR= IPXrouted \
ypset \
zic
.if ${MACHINE_ARCH} != "amd64"
SUBDIR+=ppp \
pppd
.endif
.if !defined(NO_IPFILTER)
SUBDIR+=ipftest \
ipresend \