summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2004-01-30 12:13:17 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2004-01-30 12:13:17 +0000
commitbd224d495e5704daf7f55d3929483d35212755a7 (patch)
tree3cf1e39567cd0b9cfa479d94c8f87ad6f598c41e /lib/libpthread
parent3aa9752e00deb54a15b900fad9ade5ff59059ad3 (diff)
Notes
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile
index 38711b260991..469d00761d7f 100644
--- a/lib/libpthread/Makefile
+++ b/lib/libpthread/Makefile
@@ -7,7 +7,11 @@
# 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"
LIB=kse
+.else
+LIB=pthread
+.endif
SHLIB_MAJOR= 1
CFLAGS+=-DPTHREAD_KERNEL
CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \