aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorThomas Moestl <tmm@FreeBSD.org>2003-01-05 22:38:58 +0000
committerThomas Moestl <tmm@FreeBSD.org>2003-01-05 22:38:58 +0000
commit26bb06336230dbf5e7f0f3c9d06527ec603e1ef3 (patch)
treecfadac46fd2a6c180ed28308d5fa14eeea5f2f2d /usr.sbin/Makefile
parentf8a9708151d8c42c620f2bb5ec74db78e7e1c90f (diff)
downloadsrc-26bb06336230dbf5e7f0f3c9d06527ec603e1ef3.tar.gz
src-26bb06336230dbf5e7f0f3c9d06527ec603e1ef3.zip
Build pppctl on sparc64, now that we have libc_r.
Notes
Notes: svn path=/head/; revision=108743
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 1f0214bd2c32..5bb2eb839bc9 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -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