Forgot to remove base64.c from SRCS in the Makefile.

This commit is contained in:
des 1998-07-12 22:37:45 +00:00
parent 54143a63f8
commit 42566affcd

View File

@ -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