diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2002-10-30 12:08:24 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2002-10-30 12:08:24 +0000 |
commit | a76838b7701eff85df8d757223c9875251cbe643 (patch) | |
tree | de16f831b15bcaab966c01b18149d5f7be611afc /ftp/Makefile | |
parent | support utf-8 encoding with msn (diff) |
Add ftp-tls 20020906, ftp client supporting FTP AUTH TLS.
Submitted by: marius@alchemy.franken.de
Notes
Notes:
svn path=/head/; revision=69148
Diffstat (limited to 'ftp/Makefile')
-rw-r--r-- | ftp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 3e6003b82b44..43e6e336faf5 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -12,6 +12,7 @@ SUBDIR += emirror SUBDIR += fget SUBDIR += frox + SUBDIR += ftp-tls SUBDIR += ftpcopy SUBDIR += ftpcube SUBDIR += ftpfind |