diff options
author | arved <arved@FreeBSD.org> | 2003-04-06 23:06:19 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-04-06 23:06:19 +0800 |
commit | f5c47273295e226e8849c7f845d271b8a044fa09 (patch) | |
tree | 542a594658a7870be084cf02e6a67db5444dcdf9 /ftp/Makefile | |
parent | 257742ff842f13bf2001612a4c1b7992fe1c090f (diff) | |
download | freebsd-ports-gnome-f5c47273295e226e8849c7f845d271b8a044fa09.tar.gz freebsd-ports-gnome-f5c47273295e226e8849c7f845d271b8a044fa09.tar.zst freebsd-ports-gnome-f5c47273295e226e8849c7f845d271b8a044fa09.zip |
Add BSDftpd-ssl, an RFC 2228 compliant TLS/SSL-enhanced FTP server.
PR: 44756
Submitted by: Nick Leuta <skynick@stu.lipetsk.ru>
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 c26e98e555f6..00172f5cb778 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -6,6 +6,7 @@ SUBDIR += axelq SUBDIR += axyftp SUBDIR += bftpd + SUBDIR += bsdftpd-ssl SUBDIR += cftp SUBDIR += curl SUBDIR += downloader |