summaryrefslogtreecommitdiff
path: root/methods/makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:53:01 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:53:01 +0000
commit30b30ec1c01acb6f128e3fc8eb74d978a287ae1a (patch)
treec53b6e36de83b3122cd055157faef6236ac78c02 /methods/makefile
parentf17ac0977167d1e58316d3b3f7159f65d40a090a (diff)
First draft
Author: jgg Date: 1999-03-15 06:00:59 GMT First draft
Diffstat (limited to 'methods/makefile')
-rw-r--r--methods/makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/methods/makefile b/methods/makefile
index 2940b891d..00fec2bc8 100644
--- a/methods/makefile
+++ b/methods/makefile
@@ -35,3 +35,9 @@ PROGRAM=http
SLIBS = -lapt-pkg
SOURCE = http.cc
include $(PROGRAM_H)
+
+# The ftp method
+PROGRAM=ftp
+SLIBS = -lapt-pkg
+SOURCE = ftp.cc
+include $(PROGRAM_H)