diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-05 20:15:44 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-05 20:15:44 +0000 |
commit | 132a1a3d5ca030070ede417e17bdf717e7c41be1 (patch) | |
tree | e478b208da92d63ee65262f5ca97c29895ef9758 /net/Makefile | |
parent | 1fe9c70f3dba142847305530330b58f64f012484 (diff) |
Add scdp-1.0.b, tool that sends CDP (CISCO Discovery Protocol) Packets
PR: 30960
Submitted by: Tilman Linneweh <tilman@tl.kom.tuwien.ac.at>
Notes
Notes:
svn path=/head/; revision=48483
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 c1241d2e2661..bf7c43e21d70 100644 --- a/net/Makefile +++ b/net/Makefile @@ -368,6 +368,7 @@ SUBDIR += sambasentinel SUBDIR += samplicator SUBDIR += satellite + SUBDIR += scdp SUBDIR += scotty SUBDIR += scotty3 SUBDIR += sdl_net |