summaryrefslogtreecommitdiff
path: root/lib/libfetch/Makefile
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-06-05 21:25:33 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-06-05 21:25:33 +0000
commitd9615d7da48128c6acc4ea4b9ce44a77416e8df6 (patch)
tree5712cf527f0fa30f64191a0dbd6e38696cb6b33d /lib/libfetch/Makefile
parent678735da39ae6de38678a88ffb674d2f48c975c5 (diff)
downloadsrc-test2-d9615d7da48128c6acc4ea4b9ce44a77416e8df6.tar.gz
src-test2-d9615d7da48128c6acc4ea4b9ce44a77416e8df6.zip
Notes
Diffstat (limited to 'lib/libfetch/Makefile')
-rw-r--r--lib/libfetch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index b99388d3c990..5c6587a3b4de 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