summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-06-05 11:38:19 +0000
committerdes <des@FreeBSD.org>2002-06-05 11:38:19 +0000
commit71760f513057fccda17e748f41da1723218944e7 (patch)
tree16636f8bf2395315377f7fcac27c12f32b1c6f05 /lib/libfetch/Makefile
parent6f8415eeca669d858b54f52a3c67b6322b6572d4 (diff)
downloadFreeBSD-src-71760f513057fccda17e748f41da1723218944e7.zip
FreeBSD-src-71760f513057fccda17e748f41da1723218944e7.tar.gz
Add the necessary dependencies for SSL.
Diffstat (limited to 'lib/libfetch/Makefile')
-rw-r--r--lib/libfetch/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index c5ec5bc..b99388d 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
OpenPOWER on IntegriCloud