diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-09 05:03:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-09 05:03:05 +0000 |
commit | 5ff0e91908e73b2edfbbe782cf08afcdd43c8328 (patch) | |
tree | 5bc75f5c1d87e4c0f48c3e0f229f135370452124 /net/Makefile | |
parent | 5348b2c6a413a4f9d2cc62315b763e4f0a4d823e (diff) | |
download | ports-5ff0e91908e73b2edfbbe782cf08afcdd43c8328.tar.gz ports-5ff0e91908e73b2edfbbe782cf08afcdd43c8328.zip |
Add netspeed_applet, a GNOME 2 applet that shows how much network traffic
occurs on an interface.
Requested by: Muhannad Asfour <muhannad07@cogeco.ca>
Notes
Notes:
svn path=/head/; revision=75155
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 1dbbb961722a..3ab088719caa 100644 --- a/net/Makefile +++ b/net/Makefile @@ -326,6 +326,7 @@ SUBDIR += netsaint-plugins SUBDIR += netscript SUBDIR += netsed + SUBDIR += netspeed_applet SUBDIR += netspoc SUBDIR += nettest SUBDIR += ngrep |