diff options
author | Will Andrews <will@FreeBSD.org> | 2000-07-02 08:31:21 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-07-02 08:31:21 +0000 |
commit | de660528c1de84b9a116cbcd57f2771972203fcc (patch) | |
tree | 0d7759e67457d585f28fb48f2d2cda6f8baf7776 /net/Makefile | |
parent | 488749fefd9bcd7dd4319553015df36cac9a8a6a (diff) | |
download | ports-de660528c1de84b9a116cbcd57f2771972203fcc.tar.gz ports-de660528c1de84b9a116cbcd57f2771972203fcc.zip |
Add vtun, which is "the easiest way to create Virtual Tunnels over TCP/IP
networks with traffic shaping, compression and encryption."
PR: 16629
Submitted by: kevlo
Notes
Notes:
svn path=/head/; revision=30060
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 fbefb3ccb1f8..23c0b6999df4 100644 --- a/net/Makefile +++ b/net/Makefile @@ -231,6 +231,7 @@ SUBDIR += tund SUBDIR += ucd-snmp SUBDIR += vnc + SUBDIR += vtun SUBDIR += wais SUBDIR += wide-dhcp SUBDIR += wmnet |