diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-01-09 11:50:32 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-01-09 11:50:32 +0000 |
| commit | 33d0c557349037b871b4af91b8333542ec41223d (patch) | |
| tree | f553c91411b9a898d166b2c44b90b8f60f2337b3 /lib/libfetch/Makefile | |
| parent | 2432b3d720f4bd26b71217fb6a17ee274ddd499b (diff) | |
Notes
Diffstat (limited to 'lib/libfetch/Makefile')
| -rw-r--r-- | lib/libfetch/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index 9dc1b9f03655..673a4d2e2081 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -11,6 +11,12 @@ INCS= fetch.h MAN= fetch.3 CLEANFILES= ftperr.h httperr.h +.if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL) +CFLAGS+= -DWITH_SSL +DPADD= ${LIBSSL} ${LIBCRYPTO} +LDADD= -lssl -lcrypto +.endif + NO_WERROR= yes SHLIB_MAJOR= 3 |
