summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncftp/Makefile
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1995-12-10 19:54:49 +0000
committerpst <pst@FreeBSD.org>1995-12-10 19:54:49 +0000
commit086295aebcaf3cdec8581a7aeb5f4a7117357df0 (patch)
tree3cd01c5c5b130ca37cbe459e0652e45e75078e9b /usr.bin/ncftp/Makefile
parentfe727807c4129e599e23638580b1ca69e95f68b0 (diff)
downloadFreeBSD-src-086295aebcaf3cdec8581a7aeb5f4a7117357df0.zip
FreeBSD-src-086295aebcaf3cdec8581a7aeb5f4a7117357df0.tar.gz
Add support for high-range FTP data ports
Diffstat (limited to 'usr.bin/ncftp/Makefile')
-rw-r--r--usr.bin/ncftp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ncftp/Makefile b/usr.bin/ncftp/Makefile
index 5d13f04..9aa9e68 100644
--- a/usr.bin/ncftp/Makefile
+++ b/usr.bin/ncftp/Makefile
@@ -7,7 +7,8 @@ DPADD= $(LIBREADLINE) $(LIBTERMCAP)
LDADD= -lreadline -ltermcap
CFLAGS+= -DGZCAT=\"/usr/bin/gzcat\" -DREADLINE -DCURSES -DNO_CURSES_H \
- -DSYSLOG -DTRY_ABOR -DGATEWAY
+ -DSYSLOG -DTRY_ABOR -DGATEWAY \
+ -DFTP_DATA_BOTTOM=40000 -DFTP_DATA_TOP=44999
MK= $(CC) $(CFLAGS) $(LDADD)
OpenPOWER on IntegriCloud