diff options
author | Julian Elischer <julian@FreeBSD.org> | 1999-11-30 09:07:29 +0000 |
---|---|---|
committer | Julian Elischer <julian@FreeBSD.org> | 1999-11-30 09:07:29 +0000 |
commit | 3254235eccb8efa36f58f7fffd495ec5aa94c6af (patch) | |
tree | a0aa90b920b2d45084f660fe1b18a75aa52e03e2 /devel/linuxthreads/pkg-plist | |
parent | 88162270db1758867df6e3c62c144cc347d616ff (diff) |
Reviewed by: Russell Carter
Submitted by: "Richard Seaman, Jr." <dick@tar.com>
Native FreeBSD port of the linuxthreads library
Includes added files and stuff you need to add to the rest of your system.
This is for -current I'm sure Richard's older version might be
a good place to start for a 3.x version.
Notes
Notes:
svn path=/head/; revision=23511
Diffstat (limited to 'devel/linuxthreads/pkg-plist')
-rw-r--r-- | devel/linuxthreads/pkg-plist | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/linuxthreads/pkg-plist b/devel/linuxthreads/pkg-plist new file mode 100644 index 000000000000..38327e554b84 --- /dev/null +++ b/devel/linuxthreads/pkg-plist @@ -0,0 +1,11 @@ +lib/liblthread.a +lib/liblthread_p.a +lib/liblthread.so +lib/liblthread.so.0 +include/pthread/linuxthreads/pthread.h +include/pthread/linuxthreads/pthread_rw.h +include/pthread/linuxthreads/pthread_stack.h +@exec /sbin/ldconfig -m %D/lib +@dirrm include/pthread/linuxthreads +@dirrm include/pthread +@unexec /sbin/ldconfig -R |