diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-12 13:27:51 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-12 13:27:51 +0000 |
commit | 51378f7b19d9cc02804b39a47c85691c0588a4f4 (patch) | |
tree | 7a56ec8e6902e91c11e59e07fca6113bba7bed0b /net/Makefile | |
parent | 0f5726c770d23713400ebc105bc383d726dc42bc (diff) | |
download | ports-51378f7b19d9cc02804b39a47c85691c0588a4f4.tar.gz ports-51378f7b19d9cc02804b39a47c85691c0588a4f4.zip |
Add cnd 0.1,
cnd or console network display is a curses based real time
display of a networks input and output.
PR: ports/64155
Submitted by: Daniel Bryan <sisko@bsdmail.com>
Notes
Notes:
svn path=/head/; revision=103778
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 e661da605f8c..fc04fca41402 100644 --- a/net/Makefile +++ b/net/Makefile @@ -53,6 +53,7 @@ SUBDIR += citrix_ica SUBDIR += click SUBDIR += clusterit + SUBDIR += cnd SUBDIR += cnet SUBDIR += coda5_client SUBDIR += coda5_doc |