diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-07 19:38:07 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-07 19:38:07 +0000 |
commit | 46aa7c00013094a7b311c0afacf6c2128068c5f3 (patch) | |
tree | e1dcf3918f0064f0386f81c1717755b60116bf98 /devel/Makefile | |
parent | Add cuecat 1.0, tools for decoding and using the output of a (diff) |
Add ptl. PTL (Portable Thread Library) is an implementation of user
level multi-thread library based on POSIX 1003.1c API.
Notes
Notes:
svn path=/head/; revision=41044
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 2f836e012df8..993b4f0334e3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -359,6 +359,7 @@ SUBDIR += projectcenter.app SUBDIR += pth SUBDIR += pth-devel + SUBDIR += ptl SUBDIR += py-coro SUBDIR += py-functional SUBDIR += py-game |