summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-31 19:59:12 +0000
committerru <ru@FreeBSD.org>2002-05-31 19:59:12 +0000
commit65861c4bc2104149e42a16440298a633946281dc (patch)
tree1e5b5d9648c6103f87788a2b144ecd798e91e949 /usr.sbin/Makefile
parentd2127d89d1fbb3973e17b41640e84c6858279211 (diff)
downloadFreeBSD-src-65861c4bc2104149e42a16440298a633946281dc.zip
FreeBSD-src-65861c4bc2104149e42a16440298a633946281dc.tar.gz
We don't build libc_r on sparc64 for the moment.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 969c0ab..ed0e384 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -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
OpenPOWER on IntegriCloud