summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:51:15 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:51:15 +0000
commitf0a53b6301cd1f5d0878f2d6ed21811d70a86f9a (patch)
tree278fe89ae7bd491dd904c387e23324407761af5b /Makefile
parent17a10bf5d838a2f620a673a1b97238a58a06983f (diff)
Ftp method
Author: jgg Date: 1998-10-31 05:25:08 GMT Ftp method
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9fa624ea8..af8827067 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ endif
all headers library clean veryclean binary program doc:
$(MAKE) -C apt-pkg $@
$(MAKE) -C methods $@
+ $(MAKE) -C methods/ftp $@
$(MAKE) -C cmdline $@
$(MAKE) -C deity $@
$(MAKE) -C gui $@