aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ftp
diff options
context:
space:
mode:
authorMike Heffner <mikeh@FreeBSD.org>2003-06-16 02:37:42 +0000
committerMike Heffner <mikeh@FreeBSD.org>2003-06-16 02:37:42 +0000
commitf5520c4045cb98ce9b76e79ebdc1e57f40ed79f2 (patch)
tree19d144adffe807d6de67684c117d6fd993f0d388 /usr.bin/ftp
parentfa65375d6b10b3f1f5c6a5f4a47fa3096c1feb3b (diff)
Notes
Diffstat (limited to 'usr.bin/ftp')
-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 c86e15361a2c..89b4f7d3020f 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