summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/Makefile
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2011-06-20 08:00:32 +0000
committergavin <gavin@FreeBSD.org>2011-06-20 08:00:32 +0000
commit53f276e3d4f7f36bd258c609d0908855d1a26243 (patch)
treef11cc58f8cc459a6d42d318bd66f3e5a209e87ba /usr.bin/ftp/Makefile
parent9185689916b66441c4139d598975c6e6a773b5bc (diff)
parenteff741aef035a9d542d756973d0a81dd4ad6bbe6 (diff)
downloadFreeBSD-src-53f276e3d4f7f36bd258c609d0908855d1a26243.zip
FreeBSD-src-53f276e3d4f7f36bd258c609d0908855d1a26243.tar.gz
Merge tnftp-20100108 from the vendor branch into head.
PR: bin/112288 bin/120256 bin/129014 bin/145528 MFC after: 1 month
Diffstat (limited to 'usr.bin/ftp/Makefile')
-rw-r--r--usr.bin/ftp/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile
index 6f42e69..55a36be 100644
--- a/usr.bin/ftp/Makefile
+++ b/usr.bin/ftp/Makefile
@@ -8,18 +8,18 @@
#
#CFLAGS+=-DGATE_SERVER=\"ftp-gw.host\" # -DGATE_PORT=21
-LUKEMFTP= ${.CURDIR}/../../contrib/lukemftp
-.PATH: ${LUKEMFTP}/src
+TNFTP= ${.CURDIR}/../../contrib/tnftp
+.PATH: ${TNFTP}/src
PROG= ftp
-SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c progressbar.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
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6
.endif
-CFLAGS+= -I${.CURDIR} -I${LUKEMFTP}
+CFLAGS+= -I${.CURDIR} -I${TNFTP}
LDADD= -ledit -ltermcap -lutil
DPADD= ${LIBEDIT} ${LIBTERMCAP} ${LIBUTIL}
OpenPOWER on IntegriCloud