summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-04-12 19:42:20 +0000
committerru <ru@FreeBSD.org>2006-04-12 19:42:20 +0000
commit450f3991357d5a677f7c5c4847d5e018c6d57c4a (patch)
tree4c9e16b0ad3a476e2845823443d80462f6e6ac2d /lib/libpthread
parentb9f45ae81a94964782cf45430220c250a656ab71 (diff)
downloadFreeBSD-src-450f3991357d5a677f7c5c4847d5e018c6d57c4a.zip
FreeBSD-src-450f3991357d5a677f7c5c4847d5e018c6d57c4a.tar.gz
Install shared libpthread library into /lib; needed by some
/sbin programs.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile
index b2a0915..17b46b9 100644
--- a/lib/libpthread/Makefile
+++ b/lib/libpthread/Makefile
@@ -11,6 +11,7 @@
LIB=kse
.else
LIB=pthread
+SHLIBDIR?= /lib
.endif
SHLIB_MAJOR= 2
CFLAGS+=-DPTHREAD_KERNEL
OpenPOWER on IntegriCloud