From 9b9369d90eea0c073368daad0cf0e48083929081 Mon Sep 17 00:00:00 2001 From: des Date: Wed, 28 Jun 2000 16:55:15 +0000 Subject: New libfetch-based fetch. --- usr.bin/fetch/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'usr.bin/fetch/Makefile') 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 -- cgit v1.1