summaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-03-22 03:31:49 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-03-22 03:31:49 +0000
commit7b7102e2bf82bb8cd071ecd536bac0bdc1df6713 (patch)
tree0eb7c9f191943e628b8e41770d930e34f32abbe7 /net/Makefile
parentupgrade to 1.1.1 (diff)
add tcptraceroute 1.2
A traceroute implementation using TCP packets PR: 36177 Submitted by: Jeff Wheat <jeff@cetlink.net>
Notes
Notes: svn path=/head/; revision=56437
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 759777e7804f..d55caa21a493 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -470,6 +470,7 @@
SUBDIR += tcpshow
SUBDIR += tcpstat
SUBDIR += tcptrace
+ SUBDIR += tcptraceroute
SUBDIR += tcpview
SUBDIR += tdetect
SUBDIR += telnetx