diff options
-rw-r--r-- | lib/libfetch/Makefile | 2 |
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 |