diff options
Diffstat (limited to 'methods/makefile')
-rw-r--r-- | methods/makefile | 6 |
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) |