We don't build libc_r on sparc64 for the moment.

This commit is contained in:
Ruslan Ermilov 2002-05-31 19:59:12 +00:00
parent f7f8fa6135
commit 2d80eecc97

View file

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