mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update for latest lukemftp import.
This commit is contained in:
parent
fa65375d6b
commit
f5520c4045
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@ LUKEMFTP= ${.CURDIR}/../../contrib/lukemftp
|
|||
.PATH: ${LUKEMFTP}/src
|
||||
|
||||
PROG= ftp
|
||||
SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \
|
||||
util.c
|
||||
SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c progressbar.c \
|
||||
ruserpass.c util.c
|
||||
|
||||
CFLAGS+=-I${.CURDIR} -I${LUKEMFTP}
|
||||
LDADD+= -ledit -ltermcap -lutil
|
||||
|
|
|
|||
Loading…
Reference in a new issue