summaryrefslogtreecommitdiffstats
path: root/lib/libfetch
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-07-12 22:37:45 +0000
committerdes <des@FreeBSD.org>1998-07-12 22:37:45 +0000
commit42566affcdbdfd7ca43cd848e0318167c58fc584 (patch)
tree3b40463ac92a9b9ad84c6617cf5d9ff42be8999c /lib/libfetch
parent54143a63f80a2475a26b79155d70cd29d4852b61 (diff)
downloadFreeBSD-src-42566affcdbdfd7ca43cd848e0318167c58fc584.zip
FreeBSD-src-42566affcdbdfd7ca43cd848e0318167c58fc584.tar.gz
Forgot to remove base64.c from SRCS in the Makefile.
Diffstat (limited to 'lib/libfetch')
-rw-r--r--lib/libfetch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index 3ee090b..ec41775 100644
--- a/lib/libfetch/Makefile
+++ b/lib/libfetch/Makefile
@@ -1,6 +1,6 @@
LIB= fetch
CFLAGS+= -I${.CURDIR} -Wall
-SRCS= fetch.c ftp.c http.c file.c base64.c
+SRCS= fetch.c ftp.c http.c file.c
MAN3= fetch.3
CLEANFILES+= ftperr.c httperr.c
OpenPOWER on IntegriCloud