diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-09 13:03:05 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-09 13:03:05 +0800 |
commit | c1c3ce595a633da9985b80336e901016b3f6acbc (patch) | |
tree | c745da70b860d6066ff72e4ccbe9de9d05164163 /net/Makefile | |
parent | 208feb19b08121d2f7f28c7e5846692445148bce (diff) | |
download | freebsd-ports-gnome-c1c3ce595a633da9985b80336e901016b3f6acbc.tar.gz freebsd-ports-gnome-c1c3ce595a633da9985b80336e901016b3f6acbc.tar.zst freebsd-ports-gnome-c1c3ce595a633da9985b80336e901016b3f6acbc.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>
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 |