diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2007-05-18 12:25:48 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2007-05-18 12:25:48 +0000 |
| commit | 539e7a77701335a5e43f247faae97638e8c5fd99 (patch) | |
| tree | ff6895b7410ca44884a83668b3875f0764a9a0f6 /lib/libpthread | |
| parent | 3d03791bb4b55788f1773fd4f06477ce6e5e8438 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index a698115984fa..323a8ec48d9c 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -10,7 +10,7 @@ .include <bsd.own.mk> -.if ${DEFAULT_THREAD_LIB} == "libpthread" +.if ${DEFAULT_THREAD_LIB} == "libpthread" && ${SHLIBDIR} == "/usr/lib" SHLIBDIR= /lib .endif |
