Turn off ppp (ICE) and pppd (cc objects to a varargs decl) on amd64.
This commit is contained in:
parent
8970f1a474
commit
bd16ce64fa
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user