From 44bcb03a544addccec5a78abb6f6305cd5a8e618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 12 Jul 1998 22:37:45 +0000 Subject: [PATCH] Forgot to remove base64.c from SRCS in the Makefile. --- lib/libfetch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index 3ee090b3168..ec41775e786 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