diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-23 15:56:03 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-23 15:56:03 +0000 |
commit | cb1d95a5762937e7d8a54e4d881ec7d453e843c0 (patch) | |
tree | cc7ab2850f7c33fb9aca0cdc3bbed54256c600b0 /devel/Makefile | |
parent | Update to version 0.9.7 (diff) |
Add libevent, "The libevent API provides a mechanism to execute a
callback function when a specific event occurs on a file
descriptor or after a timeout has been reached."
PR: 28302
Submitted by: Pete Fritchman <petef@databits.net>
Notes
Notes:
svn path=/head/; revision=44353
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 751b779d792e..c67629cc8e97 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -192,6 +192,7 @@ SUBDIR += libdlmalloc SUBDIR += libdsp SUBDIR += libelf + SUBDIR += libevent SUBDIR += libffi SUBDIR += libformat SUBDIR += libg++ |