diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-02 12:31:30 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-02 12:31:30 +0000 |
commit | 8efc56e82feed2b7517dfd2ec1289356010e247a (patch) | |
tree | a7fb1c1ec2243d01ac746333c821949b494a2737 /net/Makefile | |
parent | e8635d02471885825c5ba8dfe6a9d21d3e3b184d (diff) |
Add prtunnel 0.1.7,
tunnel for TCP connections using an HTTP or
SOCKS5 proxy.
PR: 53480
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Notes
Notes:
svn path=/head/; revision=84042
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 7641086be8a6..3dac69916cef 100644 --- a/net/Makefile +++ b/net/Makefile @@ -534,6 +534,7 @@ SUBDIR += pptpclient SUBDIR += ppxp SUBDIR += proxy-suite + SUBDIR += prtunnel SUBDIR += psi SUBDIR += pvm SUBDIR += pvm++ |