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