diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-01-09 11:54:58 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-01-09 11:54:58 +0000 |
| commit | c6fda45119a3b2e47ccf7f3932587dc486f4ae5f (patch) | |
| tree | 82ef6ed9d77611aebb99ba7dd79c4e0683723877 /usr.bin/fetch | |
| parent | 33d0c557349037b871b4af91b8333542ec41223d (diff) | |
Notes
Diffstat (limited to 'usr.bin/fetch')
| -rw-r--r-- | usr.bin/fetch/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile index 7dc87f6d0d2d..979e23b6aabf 100644 --- a/usr.bin/fetch/Makefile +++ b/usr.bin/fetch/Makefile @@ -5,5 +5,9 @@ PROG= fetch WARNS?= 2 DPADD= ${LIBFETCH} LDADD= -lfetch +.if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL) +DPADD+= ${LIBCRYPTO} ${LIBSSL} +LDADD+= -lcrypto -lssl +.endif .include <bsd.prog.mk> |
