diff options
Diffstat (limited to 'ftp/Makefile')
-rw-r--r-- | ftp/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile new file mode 100644 index 00000000000..65aa0c75507 --- /dev/null +++ b/ftp/Makefile @@ -0,0 +1,35 @@ +# $Id$ +# + + SUBDIR += IglooFTP + SUBDIR += beroftpd + SUBDIR += cftp + SUBDIR += curl + SUBDIR += downloader + SUBDIR += ftpfind + SUBDIR += ftpmirror + SUBDIR += ftpsearch + SUBDIR += ftptool + SUBDIR += gftp + SUBDIR += greed + SUBDIR += gtm + SUBDIR += jmirror + SUBDIR += lftp + SUBDIR += llnlxdir + SUBDIR += llnlxftp + SUBDIR += mirror + SUBDIR += moxftp + SUBDIR += ncftp + SUBDIR += ncftp2 + SUBDIR += ncftp3 + SUBDIR += omi + SUBDIR += pavuk + SUBDIR += proftpd + SUBDIR += spegla + SUBDIR += wget + SUBDIR += wu-ftpd + SUBDIR += wxftp + SUBDIR += yafc + SUBDIR += yale-tftpd + +.include <bsd.port.subdir.mk> |