mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Forgot to remove base64.c from SRCS in the Makefile.
This commit is contained in:
parent
f62e5228fd
commit
44bcb03a54
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue