diff options
author | ume <ume@FreeBSD.org> | 2002-10-22 18:30:58 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2002-10-22 18:30:58 +0000 |
commit | f0ce4387e4be26c4d45136c8b14584d422765995 (patch) | |
tree | 6d20703c4fab7409e25b0986209b4875301ca8c5 /net/Makefile | |
parent | dc33c68539ab786b2340acd3a053a9da22e13979 (diff) | |
download | FreeBSD-ports-f0ce4387e4be26c4d45136c8b14584d422765995.zip FreeBSD-ports-f0ce4387e4be26c4d45136c8b14584d422765995.tar.gz |
Add Dynamic Tunnel Configuration Protocol daemon and client
dtcpc and dtcps implement Dynamic Tunnel Configuration Protocol (DTCP
for short) proposed by Trumpet:
http://jazz-1.trumpet.com.au/ipv6-draft/dtcp-draft-prt-13-may-1999.htm
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 b5d079c..270e85c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -108,6 +108,7 @@ SUBDIR += docsis SUBDIR += domtools SUBDIR += driftnet + SUBDIR += dtcp SUBDIR += easysoap SUBDIR += echolot SUBDIR += echoping |