From aac5ea6d37d606ecb9a7378f183146eb80b0cba9 Mon Sep 17 00:00:00 2001 From: mikeh Date: Mon, 16 Jun 2003 02:37:42 +0000 Subject: Update for latest lukemftp import. --- usr.bin/ftp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') 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 -- cgit v1.1