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/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile
index 6e86642..31479bd 100644
--- a/usr.bin/fetch/Makefile
+++ b/usr.bin/fetch/Makefile
@@ -1,9 +1,9 @@
PROG = fetch
-SRCS = main.c
+SRCS = file.c ftp.c http.c main.c util.c uri.c
-CFLAGS+= -Wall
+CFLAGS+= -Wall -Wwrite-strings -Wmissing-prototypes
-DPADD= ${LIBFTPIO}
-LDADD= -lftpio
+DPADD= ${LIBFTPIO} ${LIBMD}
+LDADD= -lftpio -lmd
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud