summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2000-06-28 16:55:15 +0000
committerdes <des@FreeBSD.org>2000-06-28 16:55:15 +0000
commit9b9369d90eea0c073368daad0cf0e48083929081 (patch)
treeda1f3b0d451d9e9d665ada998ddbcffca1dfe487 /usr.bin/fetch/Makefile
parentb112ea1321e952999620553fdcca688a1d21d2c3 (diff)
downloadFreeBSD-src-9b9369d90eea0c073368daad0cf0e48083929081.zip
FreeBSD-src-9b9369d90eea0c073368daad0cf0e48083929081.tar.gz
New libfetch-based fetch.
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