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

This commit is contained in:
ru 2002-05-31 19:59:12 +00:00
parent d2127d89d1
commit 65861c4bc2

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