diff options
author | jkim <jkim@FreeBSD.org> | 2009-02-13 16:51:36 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2009-02-13 16:51:36 +0000 |
commit | 56ef1bde13f2267a0a9f80e38b1d3e347e38b74e (patch) | |
tree | 7a6485f228d14394dc61ee2fd207bfb703cb4a41 /lib/libthr/Makefile | |
parent | 864c05817a4fd403d86601af3a7378fb5ec8dfeb (diff) | |
download | FreeBSD-src-56ef1bde13f2267a0a9f80e38b1d3e347e38b74e.zip FreeBSD-src-56ef1bde13f2267a0a9f80e38b1d3e347e38b74e.tar.gz |
Honor WITHOUT_INSTALLLIB in some places.
Diffstat (limited to 'lib/libthr/Makefile')
-rw-r--r-- | lib/libthr/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile index 3a172bb..8fb18df 100644 --- a/lib/libthr/Makefile +++ b/lib/libthr/Makefile @@ -44,7 +44,9 @@ PRECIOUSLIB= .include "${.CURDIR}/sys/Makefile.inc" .include "${.CURDIR}/thread/Makefile.inc" +.if ${MK_INSTALLLIB} != "no" SYMLINKS+=lib${LIB}.a ${LIBDIR}/libpthread.a +.endif .if !defined(NO_PIC) SYMLINKS+=lib${LIB}.so ${LIBDIR}/libpthread.so .endif |