diff options
author | will <will@FreeBSD.org> | 2000-12-26 13:46:55 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-26 13:46:55 +0800 |
commit | 17851423f639a37f17f9af779c464b859de22d45 (patch) | |
tree | b56a7cc24e392b7097a19c7538454b0f573d6e00 /net/Makefile | |
parent | 45db84ff62220cb6258d1360cee2727f7cfb7079 (diff) | |
download | freebsd-ports-gnome-17851423f639a37f17f9af779c464b859de22d45.tar.gz freebsd-ports-gnome-17851423f639a37f17f9af779c464b859de22d45.tar.zst freebsd-ports-gnome-17851423f639a37f17f9af779c464b859de22d45.zip |
Add tas 1.0, a traffic accounting system that picks up ip and application
level traffic statistics, stores it and builds reports.
PR: 23824
Submitted by: Anton Voronin <anton@urc.ac.ru>
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 5d73bcd0276b..80f624c6fe8b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -263,6 +263,7 @@ SUBDIR += sup SUBDIR += svnc SUBDIR += tac_plus4 + SUBDIR += tas SUBDIR += tcpcat SUBDIR += tcpflow SUBDIR += tcpillust |