diff options
author | krion <krion@FreeBSD.org> | 2004-01-19 23:34:48 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-19 23:34:48 +0000 |
commit | f0c1695c149262361ff6b3097929d82da077b807 (patch) | |
tree | dd912a14002c94e665abd3cb9d12c1b04f4a57bb /net/Makefile | |
parent | ede077dd8c6eaa76b4e2d10c1d311e569993d30b (diff) | |
download | FreeBSD-ports-f0c1695c149262361ff6b3097929d82da077b807.zip FreeBSD-ports-f0c1695c149262361ff6b3097929d82da077b807.tar.gz |
This is a development fork of arpwatch. This has been
threaded in order to better deal with the requirements of
multi-interface routers. Information regarding MAC addresses
and interfaces is maintained by the program, and an alert is
issued should a device move between interfaces. In addition,
event processing has been refactored, and some bugs have been
fixed.
PR: 59180
Submitted by: Matthew George <mdg@secureworks.net>
Approved by: portmgr
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 ae37e9c..27e3b45 100644 --- a/net/Makefile +++ b/net/Makefile @@ -30,6 +30,7 @@ SUBDIR += arping SUBDIR += arprelease SUBDIR += arpwatch + SUBDIR += arpwatch-devel SUBDIR += arts++ SUBDIR += asfrecorder SUBDIR += aslookup |