Update for latest lukemftp import.

This commit is contained in:
Mike Heffner 2003-06-16 02:37:42 +00:00
parent fa65375d6b
commit f5520c4045
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116427

View File

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