Build pppctl on sparc64, now that we have libc_r.

This commit is contained in:
Thomas Moestl 2003-01-05 22:38:58 +00:00
parent f8a9708151
commit 26bb063362

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