summaryrefslogtreecommitdiff
path: root/lib/libfetch
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-06-05 11:38:19 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-06-05 11:38:19 +0000
commit4dc0da3f3eec1010b7f489339ac1464cde380382 (patch)
tree16636f8bf2395315377f7fcac27c12f32b1c6f05 /lib/libfetch
parent6b8fc95f4997e7dac168a135a2c8ed93bd2aa493 (diff)
Notes
Diffstat (limited to 'lib/libfetch')
-rw-r--r--lib/libfetch/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index c5ec5bc76472..b99388d3c990 100644
--- a/lib/libfetch/Makefile
+++ b/lib/libfetch/Makefile
@@ -10,6 +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
NO_WERROR= yes