diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-02-24 18:55:04 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-02-24 18:55:04 +0000 |
commit | 746834d49384176cef712f244166ebcfc197f4c5 (patch) | |
tree | ef3171d890b1731d217aadd428512af9f041847a /net/Makefile | |
parent | 07f7f152c2700f89761fdb15925b551bdaca37e4 (diff) |
Add darkstat, a ntop-like network statistics gatherer.
Notes
Notes:
svn path=/head/; revision=55196
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 8474f102bb07..47310d21c1c5 100644 --- a/net/Makefile +++ b/net/Makefile @@ -65,6 +65,7 @@ SUBDIR += cvsup-without-gui SUBDIR += cvsupit SUBDIR += dante + SUBDIR += darkstat SUBDIR += datapipe SUBDIR += dctc SUBDIR += dctc-gui |