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