diff options
author | krion <krion@FreeBSD.org> | 2004-03-12 21:27:51 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-12 21:27:51 +0800 |
commit | b5792cb6f59c19d07cd89f8c8cfa48ec3071e632 (patch) | |
tree | f155fb755ccaf63bd0f427a336e2ef0d76bcfc02 /net/Makefile | |
parent | 99f9895bd930638cf00ebe3c90caf591b6983c17 (diff) | |
download | freebsd-ports-gnome-b5792cb6f59c19d07cd89f8c8cfa48ec3071e632.tar.gz freebsd-ports-gnome-b5792cb6f59c19d07cd89f8c8cfa48ec3071e632.tar.zst freebsd-ports-gnome-b5792cb6f59c19d07cd89f8c8cfa48ec3071e632.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>
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 |