diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-02-09 02:55:41 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-02-09 02:55:41 +0000 |
commit | d6b6ebe9e215476bd15d7214f31610b42318e326 (patch) | |
tree | aa6b0af028859f08b9e54ea65b5de57992e1a095 /net/Makefile | |
parent | BROKEN with perl 5.8: Does not install (diff) |
add libvncserver 0.6
Provide an easy API to write one's own vnc server
Notes
Notes:
svn path=/head/; revision=100456
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 e9be42bd846c..4e721832b879 100644 --- a/net/Makefile +++ b/net/Makefile @@ -319,6 +319,7 @@ SUBDIR += libsocketcpp SUBDIR += libunp SUBDIR += libunpipc + SUBDIR += libvncserver SUBDIR += libyahoo2 SUBDIR += licq SUBDIR += licq-console |