diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-22 16:56:35 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-22 16:56:35 +0000 |
commit | 40219c3a99fe026a752504281e2c7bb54125c82c (patch) | |
tree | 2206207e04d7c88f89374af83de3eddcfeb7c5f7 /net/Makefile | |
parent | 5a8184ec3181503c93a52d301093719117ab3014 (diff) |
add bmon, an interface bandwidth monitor
PR: 48553
Submitted by: Jon Nistor <nistor@snickers.org>
Notes
Notes:
svn path=/head/; revision=76175
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 289528273a8d..a198d7765122 100644 --- a/net/Makefile +++ b/net/Makefile @@ -39,6 +39,7 @@ SUBDIR += bind9-dlz SUBDIR += bing SUBDIR += binkd + SUBDIR += bmon SUBDIR += boclient SUBDIR += bounce SUBDIR += bpft |