summaryrefslogtreecommitdiffstats
path: root/lib/libkse/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-08-22 08:03:01 +0000
committerru <ru@FreeBSD.org>2006-08-22 08:03:01 +0000
commit4d582ffe096e47ba124286efb831032cbd3cdf2a (patch)
tree08203fa78d69de58704db3947da0c5c461233445 /lib/libkse/Makefile
parent78738a2fe964ce85b0d11862f02a91175c14fd9a (diff)
downloadFreeBSD-src-4d582ffe096e47ba124286efb831032cbd3cdf2a.zip
FreeBSD-src-4d582ffe096e47ba124286efb831032cbd3cdf2a.tar.gz
Remove alpha left-overs.
Diffstat (limited to 'lib/libkse/Makefile')
-rw-r--r--lib/libkse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkse/Makefile b/lib/libkse/Makefile
index 17b46b9..e043e6d 100644
--- a/lib/libkse/Makefile
+++ b/lib/libkse/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
OpenPOWER on IntegriCloud