diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-10-16 14:27:46 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-10-16 14:27:46 +0000 |
commit | abded24d7983594f851ecb083933b5d54411ca92 (patch) | |
tree | 2f6e229c85c6aaf977dc988fe58d28277793943a /net/Makefile | |
parent | 7df4b70ce430cc6dc2b4a46a8048725d06f94429 (diff) |
Add net/arping v0.95. ARP level "ping" utility
PR: 21670, 21778
Submitted by: Roman Shterenzon <roman@xpert.com>
Notes
Notes:
svn path=/head/; revision=33899
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 c5de470ca332..1609cdb69e84 100644 --- a/net/Makefile +++ b/net/Makefile @@ -10,6 +10,7 @@ SUBDIR += archie.el SUBDIR += argus SUBDIR += arla + SUBDIR += arping SUBDIR += arpwatch SUBDIR += ascend-radius SUBDIR += bb |