diff options
author | roam <roam@FreeBSD.org> | 2003-01-21 02:17:38 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-01-21 02:17:38 +0800 |
commit | de83bd483906934efc0787ca77bfc9e0adf61897 (patch) | |
tree | c0efbfe5a559ecb7748371e3923a18e288121276 /net/Makefile | |
parent | b025e5e838a94bfe04473568ca16811caba459ce (diff) | |
download | freebsd-ports-gnome-de83bd483906934efc0787ca77bfc9e0adf61897.tar.gz freebsd-ports-gnome-de83bd483906934efc0787ca77bfc9e0adf61897.tar.zst freebsd-ports-gnome-de83bd483906934efc0787ca77bfc9e0adf61897.zip |
Add magictun-0.1, a simple LD_PRELOAD module for transparently
redirecting connections through an HTTPS proxy.
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 f14f5f35268c..895b72e4379f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -275,6 +275,7 @@ SUBDIR += lmd SUBDIR += loadd SUBDIR += macipgw + SUBDIR += magictun SUBDIR += maradns SUBDIR += mars_nwe SUBDIR += mbrowse |