Turn off pppctl -- it won't like with an in-tree Gcc 3.1 built libc_r.

This commit is contained in:
obrien 2002-05-10 00:48:33 +00:00
parent c252e6dc83
commit 5ff5d4c519

View File

@ -130,6 +130,9 @@ SUBDIR+=ipftest \
iptest
.endif
.if ${CXX:T} == "c++"
NOLIBC_R= yes
.endif
.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64"
SUBDIR+=pppctl
.endif