aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-08-22 08:03:01 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-08-22 08:03:01 +0000
commit2b46c64c9c1bf1cb194e0f2b7c478f61a0e10cd9 (patch)
tree08203fa78d69de58704db3947da0c5c461233445 /lib/libpthread/Makefile
parenta18003357c614019a078f1721808877f13c9d04e (diff)
downloadsrc-2b46c64c9c1bf1cb194e0f2b7c478f61a0e10cd9.tar.gz
src-2b46c64c9c1bf1cb194e0f2b7c478f61a0e10cd9.zip
Remove alpha left-overs.
Notes
Notes: svn path=/head/; revision=161526
Diffstat (limited to 'lib/libpthread/Makefile')
-rw-r--r--lib/libpthread/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile
index 17b46b97418e..e043e6dd2c78 100644
--- a/lib/libpthread/Makefile
+++ b/lib/libpthread/Makefile
@@ -7,7 +7,7 @@
# To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS
# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the
# system call stubs.
-.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
+.if ${MACHINE_ARCH} == "sparc64"
LIB=kse
.else
LIB=pthread