summaryrefslogtreecommitdiffstats
path: root/lib/libthr/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2008-02-06 20:25:00 +0000
committerdes <des@FreeBSD.org>2008-02-06 20:25:00 +0000
commit3086491df63eafa2431091ba0eba1db5b28549ae (patch)
tree42f87133d9f187bad8a0e38ca6161d71255f4c59 /lib/libthr/Makefile
parent85a226c62d6217f14a5d39b2ea7016205f32c34e (diff)
downloadFreeBSD-src-3086491df63eafa2431091ba0eba1db5b28549ae.zip
FreeBSD-src-3086491df63eafa2431091ba0eba1db5b28549ae.tar.gz
Convert pthread.map to the format expected by version_gen.awk, and modify
the Makefile accordingly; libthr now explicitly uses libc's Versions.def. MFC after: 2 weeks
Diffstat (limited to 'lib/libthr/Makefile')
-rw-r--r--lib/libthr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile
index f72cc82..8ddaad4 100644
--- a/lib/libthr/Makefile
+++ b/lib/libthr/Makefile
@@ -27,7 +27,8 @@ CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf/${MACHINE_ARCH}
CFLAGS+=-I${.CURDIR}/../libthread_db
CFLAGS+=-Winline
-VERSION_MAP=${.CURDIR}/pthread.map
+VERSION_DEF=${.CURDIR}/../libc/Versions.def
+SYMBOL_MAPS=${.CURDIR}/pthread.map
MAN= libthr.3
OpenPOWER on IntegriCloud