diff options
| author | Mark Murray <markm@FreeBSD.org> | 2003-01-31 23:26:55 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2003-01-31 23:26:55 +0000 |
| commit | edf34e80d827b4f4a8f6bae3079b4e03b26b97c1 (patch) | |
| tree | 951ca9060da41914cb09da1d16d8cc0e106b8fee /lib/libfetch | |
| parent | ff92b12dce9eb3e466c5154f5aa3ebdf9e82cbbb (diff) | |
Notes
Diffstat (limited to 'lib/libfetch')
| -rw-r--r-- | lib/libfetch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index 0d41258c1b10..1395f3e09a59 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -10,7 +10,7 @@ MAN= fetch.3 CLEANFILES= ftperr.h httperr.h .if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL) -CFLAGS+= -DWITH_SSL -DOPENSSL_NO_KRB5 +CFLAGS+= -DWITH_SSL DPADD= ${LIBSSL} ${LIBCRYPTO} LDADD= -lssl -lcrypto WARNS?= 2 |
