summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/fetch/Makefile')
-rw-r--r--usr.bin/fetch/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile
index c422af8..6f0db80 100644
--- a/usr.bin/fetch/Makefile
+++ b/usr.bin/fetch/Makefile
@@ -4,9 +4,8 @@
PROG= fetch
CSTD?= c99
-WARNS?= 6
-DPADD= ${LIBFETCH}
-LDADD= -lfetch
+DPADD= ${LIBFETCH} ${LIBMD}
+LDADD= -lfetch -lmd
.if ${MK_OPENSSL} != "no"
DPADD+= ${LIBSSL} ${LIBCRYPTO}
LDADD+= -lssl -lcrypto
OpenPOWER on IntegriCloud