summaryrefslogtreecommitdiffstats
path: root/lib/libc_r
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2009-02-13 16:51:36 +0000
committerjkim <jkim@FreeBSD.org>2009-02-13 16:51:36 +0000
commit56ef1bde13f2267a0a9f80e38b1d3e347e38b74e (patch)
tree7a6485f228d14394dc61ee2fd207bfb703cb4a41 /lib/libc_r
parent864c05817a4fd403d86601af3a7378fb5ec8dfeb (diff)
downloadFreeBSD-src-56ef1bde13f2267a0a9f80e38b1d3e347e38b74e.zip
FreeBSD-src-56ef1bde13f2267a0a9f80e38b1d3e347e38b74e.tar.gz
Honor WITHOUT_INSTALLLIB in some places.
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile
index c79b4d6..0b286f2 100644
--- a/lib/libc_r/Makefile
+++ b/lib/libc_r/Makefile
@@ -33,7 +33,9 @@ PRECIOUSLIB=
.include "${.CURDIR}/sys/Makefile.inc"
.if ${DEFAULT_THREAD_LIB} == "libc_r"
+.if ${MK_INSTALLLIB} != "no"
SYMLINKS+=lib${LIB}.a ${LIBDIR}/libpthread.a
+.endif
.if !defined(NO_PIC)
SYMLINKS+=lib${LIB}.so ${LIBDIR}/libpthread.so
.endif
OpenPOWER on IntegriCloud