diff options
author | knu <knu@FreeBSD.org> | 2001-04-07 19:38:07 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-04-07 19:38:07 +0000 |
commit | 275d38e455585331f5b2f91c4b23595bd5ee676c (patch) | |
tree | 5f5bd527f211c2ba79b250f5c633175c5d8c76ad /devel/Makefile | |
parent | c096677a0063451af5f9ac14b1e0b88d732e8c86 (diff) | |
download | FreeBSD-ports-275d38e455585331f5b2f91c4b23595bd5ee676c.zip FreeBSD-ports-275d38e455585331f5b2f91c4b23595bd5ee676c.tar.gz |
Add ptl. PTL (Portable Thread Library) is an implementation of user
level multi-thread library based on POSIX 1003.1c API.
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 2f836e0..993b4f0 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 |