aboutsummaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorBabak Farrokhi <farrokhi@FreeBSD.org>2006-11-08 19:15:14 +0000
committerBabak Farrokhi <farrokhi@FreeBSD.org>2006-11-08 19:15:14 +0000
commitfc762d51a559aa17b994f5c7751b54c326dcbd98 (patch)
tree6d9cb98eadeca27097e0e6cbbcf8e847be830bc0 /net/Makefile
parent7fc29348339886cc31c3e4f79f3108678603b864 (diff)
tcpxd is a general purpose TCP/IP relay program designed
to be simple to get going, requiring only three parameters; the port to listen on, the host to forward to, and the port on that host to connect to. PR: ports/104902 Submitted by: self Approved by: miwi (mentor)
Notes
Notes: svn path=/head/; revision=176842
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 7ca2a71535e6..c6124253a35a 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -782,6 +782,7 @@
SUBDIR += tcptraceroute
SUBDIR += tcpview
SUBDIR += tcpwatch
+ SUBDIR += tcpxd
SUBDIR += tcpxtract
SUBDIR += tdetect
SUBDIR += telnetx