diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-03 02:31:10 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-03 02:31:10 +0000 |
commit | a974fe27740d64025ce1e1aeb5c23a617c8df856 (patch) | |
tree | e5385e7c9fdd1e451c6a203c6ffbb10ff9386355 /net/Makefile | |
parent | 5f1a602f7bca7ba27d269a0f88f3b0871e3ca64c (diff) |
Add nicmond 1.1, a network interface monitor.
PR: 52637
Submitted by: Dan Pelleg <daniel+nicmond@pelleg.org>
Notes
Notes:
svn path=/head/; revision=82089
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 ae4d9fbeae4f..c478d637d0f7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -364,6 +364,7 @@ SUBDIR += ngrep SUBDIR += ngrep-lib SUBDIR += nic + SUBDIR += nicmond SUBDIR += nitpicker SUBDIR += nload SUBDIR += nocol |