summaryrefslogtreecommitdiffstats
path: root/lib/libfetch
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libfetch')
-rw-r--r--lib/libfetch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index b99388d..5c6587a 100644
--- a/lib/libfetch/Makefile
+++ b/lib/libfetch/Makefile
@@ -10,8 +10,8 @@ SRCS= fetch.c common.c ftp.c http.c file.c \
INCS= fetch.h
MAN= fetch.3
CLEANFILES= ftperr.h httperr.h
-DPADD= ${LIBCRYPTO} ${LIBSSL}
-LDADD= -lcrypto -lssl
+#DPADD= ${LIBCRYPTO} ${LIBSSL}
+#LDADD= -lcrypto -lssl
NO_WERROR= yes
OpenPOWER on IntegriCloud