diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-05 19:13:42 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-05 19:13:42 +0000 |
commit | 693318c34a7f80e944ab4859a62fcf97c0824e3c (patch) | |
tree | a14bbc478c0263ccb346eaa483db229ced2e60e6 /net/Makefile | |
parent | Add Dutch localized helpcontent (diff) |
Add etunnel 0.0.5,
etunnel is a TCP/UDP connections tunneling tool. It can
make direct tunnels or via proxy server.
PR: ports/66288
Submitted by: Kostas Petrikas <expl@punktas.lt>
Notes
Notes:
svn path=/head/; revision=108475
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 662c93be6f52..92c0de59b1a4 100644 --- a/net/Makefile +++ b/net/Makefile @@ -109,6 +109,7 @@ SUBDIR += etherboot SUBDIR += ethereal SUBDIR += ethereal-lite + SUBDIR += etunnel SUBDIR += fcptools SUBDIR += fidelio SUBDIR += firetalk |