Add the necessary dependencies for SSL.

This commit is contained in:
Dag-Erling Smørgrav 2002-06-05 11:38:19 +00:00
parent 6b8fc95f49
commit 4dc0da3f3e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97862

View File

@ -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