diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-18 20:41:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-18 20:41:21 +0000 |
commit | f30d42f081c8da76bb6f987d8cd65ace1c12d879 (patch) | |
tree | 29f44a3195e43faad673362f872c0689194633dc /net/Makefile | |
parent | 66e6413b1688afc640bd6b0cca6a3a7c3e2e0438 (diff) | |
download | ports-f30d42f081c8da76bb6f987d8cd65ace1c12d879.tar.gz ports-f30d42f081c8da76bb6f987d8cd65ace1c12d879.zip |
Add pload, an X11 program to monitor network device statistics.
It graphs information using Athena stripchart widgets.
PR: ports/72013
Submitted by: J.R. Oldroyd <fbsd@opal.com>
Notes
Notes:
svn path=/head/; revision=119743
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 f69c10cc1a68..54f3f12e7082 100644 --- a/net/Makefile +++ b/net/Makefile @@ -544,6 +544,7 @@ SUBDIR += pim6sd SUBDIR += pipsecd SUBDIR += plb + SUBDIR += pload SUBDIR += plugdaemon SUBDIR += pmf SUBDIR += poink |