aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch/Makefile
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2010-01-19 13:31:57 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2010-01-19 13:31:57 +0000
commit66c82e578c9cb1391868ba30454c236546c281cd (patch)
treebf63c17fce005d8a4ec893719fc5278686e0eaf1 /lib/libfetch/Makefile
parent5beb779d6463da770a5e1c52e52df5ae028e40a4 (diff)
Notes
Diffstat (limited to 'lib/libfetch/Makefile')
-rw-r--r--lib/libfetch/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index 4a5d7c07bb2e..5091adf7c334 100644
--- a/lib/libfetch/Makefile
+++ b/lib/libfetch/Makefile
@@ -16,10 +16,11 @@ CFLAGS+= -DINET6
.if ${MK_OPENSSL} != "no"
CFLAGS+= -DWITH_SSL
-DPADD= ${LIBSSL} ${LIBCRYPTO}
+DPADD= ${LIBSSL} ${LIBCRYPTO} ${LIBMD}
LDADD= -lssl -lcrypto -lmd
.else
-LDADD= -lmd
+DPADD= ${LIBMD}
+LDADD= -lmd
.endif
CFLAGS+= -DFTP_COMBINE_CWDS