summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authormikeh <mikeh@FreeBSD.org>2003-06-16 02:37:42 +0000
committermikeh <mikeh@FreeBSD.org>2003-06-16 02:37:42 +0000
commitaac5ea6d37d606ecb9a7378f183146eb80b0cba9 (patch)
tree19d144adffe807d6de67684c117d6fd993f0d388 /usr.bin
parent87d452c5c022baa57f37c7aae7fb7043e2c9ac29 (diff)
downloadFreeBSD-src-aac5ea6d37d606ecb9a7378f183146eb80b0cba9.zip
FreeBSD-src-aac5ea6d37d606ecb9a7378f183146eb80b0cba9.tar.gz
Update for latest lukemftp import.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ftp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile
index c86e153..89b4f7d 100644
--- a/usr.bin/ftp/Makefile
+++ b/usr.bin/ftp/Makefile
@@ -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
OpenPOWER on IntegriCloud