diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-08-02 10:40:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-08-02 10:40:23 +0000 |
commit | b12fd26b226e031256a86ecca9446efbbf299613 (patch) | |
tree | 40ac34e00b96a92f5993b479aecd3fe17d68f1d3 /ftp/Makefile | |
parent | 2139efca75a4815a65106f14d2acac738e118658 (diff) | |
download | ports-b12fd26b226e031256a86ecca9446efbbf299613.tar.gz ports-b12fd26b226e031256a86ecca9446efbbf299613.zip |
Notes
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 000000000000..65aa0c755071 --- /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> |