aboutsummaryrefslogtreecommitdiff
path: root/ftp/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-07-05 16:34:48 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-07-05 16:34:48 +0000
commit35764879e62e522eb34f34c92604f7a190445a84 (patch)
treefa05fe2ded90b6358c02065d89f482d61a16fad8 /ftp/Makefile
parentebf8f6f313e91df7407eae7be77efdbc1787f96b (diff)
Add ftpcopy, a two command line ftp tools.
- ftpcopy is a simply FTP client written to copy files or directories (recursively) from a FTP server. - ftpls is a FTP client which generates directory listings, either in plain text or HTML.
Notes
Notes: svn path=/head/; revision=30241
Diffstat (limited to 'ftp/Makefile')
-rw-r--r--ftp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index 3b6170bf2e53..ed7975b04829 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -6,6 +6,7 @@
SUBDIR += cftp
SUBDIR += curl
SUBDIR += downloader
+ SUBDIR += ftpcopy
SUBDIR += ftpfind
SUBDIR += ftplocate
SUBDIR += ftpmirror