aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-06-05 21:25:33 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-06-05 21:25:33 +0000
commitd9615d7da48128c6acc4ea4b9ce44a77416e8df6 (patch)
tree5712cf527f0fa30f64191a0dbd6e38696cb6b33d /usr.bin
parent678735da39ae6de38678a88ffb674d2f48c975c5 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/fetch/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile
index 56754a058555..06b0fa8b0569 100644
--- a/usr.bin/fetch/Makefile
+++ b/usr.bin/fetch/Makefile
@@ -4,5 +4,9 @@ MAINTAINER= des@freebsd.org
PROG= fetch
DPADD= ${LIBFETCH}
LDADD= -lfetch
+.if !defined(NOCRYPTO)
+DPADD+= ${LIBCRYPTO} ${LIBSSL}
+LDADD+= -lcrypto -lssl
+.endif
.include <bsd.prog.mk>