diff options
author | leeym <leeym@FreeBSD.org> | 2003-04-09 08:09:54 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-04-09 08:09:54 +0800 |
commit | d6f0d4a50853bcb64e7651ccf02fb3be5963da45 (patch) | |
tree | 32036bd43e267fa848d537116eaa2478c6e9f076 /net/Makefile | |
parent | 9227a8e17732381bec045f97804327b973869f8a (diff) | |
download | freebsd-ports-gnome-d6f0d4a50853bcb64e7651ccf02fb3be5963da45.tar.gz freebsd-ports-gnome-d6f0d4a50853bcb64e7651ccf02fb3be5963da45.tar.zst freebsd-ports-gnome-d6f0d4a50853bcb64e7651ccf02fb3be5963da45.zip |
ifstat is a tool to report network interfaces bandwith just like
vmstat/iostat do for other system counters.
PR: 50667
Submitted by: spf <spf@XSLT.cs.nccu.edu.tw>
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 1420c07988a4..92ff19353a10 100644 --- a/net/Makefile +++ b/net/Makefile @@ -215,6 +215,7 @@ SUBDIR += icqnix SUBDIR += icukrell SUBDIR += idnkit + SUBDIR += ifstat SUBDIR += imcom SUBDIR += ip6_int SUBDIR += ipcad |