summaryrefslogtreecommitdiff
path: root/methods/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'methods/makefile')
-rw-r--r--methods/makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/methods/makefile b/methods/makefile
index 085b357b8..f765a4d37 100644
--- a/methods/makefile
+++ b/methods/makefile
@@ -59,13 +59,6 @@ LIB_MAKES = apt-pkg/makefile
SOURCE = https.cc
include $(PROGRAM_H)
-# The https method
-PROGRAM=https
-SLIBS = -lapt-pkg -lcurl
-LIB_MAKES = apt-pkg/makefile
-SOURCE = https.cc
-include $(PROGRAM_H)
-
# The ftp method
PROGRAM=ftp
SLIBS = -lapt-pkg $(SOCKETLIBS)