diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-03 02:07:27 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-03 02:07:27 +0000 |
commit | 53e28a9bc975fc6a33b0b2833f26e43429869c68 (patch) | |
tree | 7d119366509cbe45b3c162f628d3c5a97735bd75 /devel/Makefile | |
parent | Chase Makefile rev 1.58 update and update ipv6 patch in sync (diff) |
add liboop
A low-level event loop management library for POSIX-based OS
Notes
Notes:
svn path=/head/; revision=43455
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 b556524124bc..8200d8b8677c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -197,6 +197,7 @@ SUBDIR += libmalloc SUBDIR += libol SUBDIR += libole2 + SUBDIR += liboop SUBDIR += libshhmsg SUBDIR += libshhopt SUBDIR += libsigc++ |