diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-05-07 08:26:10 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-05-07 08:26:40 +0000 |
commit | 6d624029e379dfa2a170e02fe77ba2d63e4b5bf7 (patch) | |
tree | 9794c618e653fb8590d7557676895758918c66db /ftp/Makefile | |
parent | 04a49122746468c0937440d039dd4fbd74e01f62 (diff) |
ftp/unftp: New port: FTP(S) server with a couple of twists written in Rust
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 05c9be8b067e..1695beb190f4 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -83,6 +83,7 @@ SUBDIR += tnftpd SUBDIR += twoftpd SUBDIR += uftp + SUBDIR += unftp SUBDIR += vsftpd SUBDIR += vsftpd-ext SUBDIR += waiho |