summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2010-02-26 09:41:16 +0000
committerru <ru@FreeBSD.org>2010-02-26 09:41:16 +0000
commit7cea019b6c848c2a46107e397d0ec945e0f1be58 (patch)
tree8eb3d2832697fff768756673ff76ad3b8b33d2ea /usr.bin/fetch/Makefile
parentd90e3329466e3deb12cb3e10da1c30383f52d1b9 (diff)
downloadFreeBSD-src-7cea019b6c848c2a46107e397d0ec945e0f1be58.zip
FreeBSD-src-7cea019b6c848c2a46107e397d0ec945e0f1be58.tar.gz
Fixed static linkage.
Diffstat (limited to 'usr.bin/fetch/Makefile')
-rw-r--r--usr.bin/fetch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile
index 5686fc6..6f0db80 100644
--- a/usr.bin/fetch/Makefile
+++ b/usr.bin/fetch/Makefile
@@ -4,8 +4,8 @@
PROG= fetch
CSTD?= c99
-DPADD= ${LIBFETCH}
-LDADD= -lfetch
+DPADD= ${LIBFETCH} ${LIBMD}
+LDADD= -lfetch -lmd
.if ${MK_OPENSSL} != "no"
DPADD+= ${LIBSSL} ${LIBCRYPTO}
LDADD+= -lssl -lcrypto
OpenPOWER on IntegriCloud