Build pppctl on sparc64, now that we have libc_r.

This commit is contained in:
tmm 2003-01-05 22:38:58 +00:00
parent 425245353b
commit 9db57e5cdf

View File

@ -135,7 +135,7 @@ SUBDIR+=ipftest \
iptest
.endif
.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64"
.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64"
SUBDIR+=pppctl
.endif