diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-12-30 19:04:36 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-12-30 19:51:16 +0000 |
commit | 0409cf54eb1c753bc8dc390b5c97c5289feeb2a9 (patch) | |
tree | 0443531800c84bdc4a52bd8e5b8946807f373ae1 /ftp/Makefile | |
parent | f2ffecf79a28e649b46d6238894ca180b9377f3b (diff) |
ftp/termscp: New port: TUI file transfer and explorer with support for SCP/SFTP/FTP/S3
PR: 264107
Submitted by: sec.research.2005@gmail.com (initial version)
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 c7d3ac07cc13..18668b6bce30 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -78,6 +78,7 @@ SUBDIR += sftpgo SUBDIR += smbftpd SUBDIR += spegla + SUBDIR += termscp SUBDIR += tftp-hpa SUBDIR += tnftp SUBDIR += tnftpd |