diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2001-08-02 15:02:31 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2001-08-02 15:02:31 +0000 |
commit | 613aec541b515f716552e1f7d31d0ad12c868e92 (patch) | |
tree | b93f92683b7513999adeb724c4f1580d86a98c27 /net/Makefile | |
parent | 4ece3e0cb07603e25a4a5a4f7e55238f22e9c89d (diff) |
Add arprelease 1.0, a Libnet tool to flush arp cache entries from
devices (eg. routers)
Notes
Notes:
svn path=/head/; revision=45740
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 df4f465a9300..e6260557db0a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -16,6 +16,7 @@ SUBDIR += argus SUBDIR += arla SUBDIR += arping + SUBDIR += arprelease SUBDIR += arpwatch SUBDIR += arts++ SUBDIR += ascend-radius |