diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-12 11:20:29 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-12 11:20:29 +0000 |
commit | 1ed0a9cd41dcaf779f0d351606f23d56ca88407a (patch) | |
tree | e5aea6a8d8b96d40e0953c3f353cb361f9cd706c /net/Makefile | |
parent | 588695caec22406d25abea9fa0919bebb9f1cf05 (diff) |
add libsocketcpp
A C++ wrapper library to the sockets
Notes
Notes:
svn path=/head/; revision=46124
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 5aa7656bf930..1b982ff9c317 100644 --- a/net/Makefile +++ b/net/Makefile @@ -176,6 +176,7 @@ SUBDIR += librsync SUBDIR += libsmi SUBDIR += libsocket++ + SUBDIR += libsocketcpp SUBDIR += libunp SUBDIR += libunpipc SUBDIR += licq |