diff options
author | netchild <netchild@FreeBSD.org> | 2003-09-10 16:11:48 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-09-10 16:11:48 +0800 |
commit | f22cb7005c87696bce353dc54f3264a235adf54d (patch) | |
tree | 51fe936f539c01b1b1d69d61163c3b3eb87bf96f /ftp/Makefile | |
parent | fb6b2b44693fec4f35d4e213a853e38208e7581c (diff) | |
download | freebsd-ports-gnome-f22cb7005c87696bce353dc54f3264a235adf54d.tar.gz freebsd-ports-gnome-f22cb7005c87696bce353dc54f3264a235adf54d.tar.zst freebsd-ports-gnome-f22cb7005c87696bce353dc54f3264a235adf54d.zip |
Add ftpd-tls, a FTP AUTH TLS aware ftp server. This is the counterpart
to ftp/ftp-tls and also written by Peter Runestig.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
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 29e9d6f43424..2155ea1e0cb6 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -19,6 +19,7 @@ SUBDIR += ftp4all SUBDIR += ftpcopy SUBDIR += ftpcube + SUBDIR += ftpd-tls SUBDIR += ftpfind SUBDIR += ftplocate SUBDIR += ftpmirror |