diff options
author | ume <ume@FreeBSD.org> | 2003-03-06 05:46:12 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2003-03-06 05:46:12 +0000 |
commit | db2d1f435ffac5363417ca646f47744b189f8e79 (patch) | |
tree | 3dbe95a9458ec3079c2779fe1d754565cbe42881 /net/Makefile | |
parent | 717cd8929ee89c9b20933ba10981f178364d530a (diff) | |
download | FreeBSD-ports-db2d1f435ffac5363417ca646f47744b189f8e79.zip FreeBSD-ports-db2d1f435ffac5363417ca646f47744b189f8e79.tar.gz |
Dynamic Tunnel Configuration Protocol client written in C.
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 4b994c29..e937b7c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -118,6 +118,7 @@ SUBDIR += domtools SUBDIR += driftnet SUBDIR += dtcp + SUBDIR += dtcpclient SUBDIR += easysoap SUBDIR += echolot SUBDIR += echoping |