summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>1999-06-25 14:11:16 +0000
committerru <ru@FreeBSD.org>1999-06-25 14:11:16 +0000
commitd321f9c4e499838b14e5ff3e1057ab29cabc608f (patch)
tree7be728efd338a63d9edbeaad8559863cdc69d705 /usr.bin/ftp/Makefile
parent5ed26c8f51820fc71578a9f1abc4fa06760f89d3 (diff)
downloadFreeBSD-src-d321f9c4e499838b14e5ff3e1057ab29cabc608f.zip
FreeBSD-src-d321f9c4e499838b14e5ff3e1057ab29cabc608f.tar.gz
- add "-s src_addr" option to allow setting of the source IP address;
- fix two minor bugs; - slightly cleanup manpage.
Diffstat (limited to 'usr.bin/ftp/Makefile')
-rw-r--r--usr.bin/ftp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile
index 225d10e..c74e3ad 100644
--- a/usr.bin/ftp/Makefile
+++ b/usr.bin/ftp/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1997/10/05 09:39:55 jkh Exp $
+# $Id: Makefile,v 1.8 1997/12/13 20:38:12 pst Exp $
# $NetBSD: Makefile,v 1.15 1997/10/18 15:31:20 lukem Exp $
# from: @(#)Makefile 8.2 (Berkeley) 4/3/94
@@ -9,7 +9,6 @@
PROG= ftp
SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \
util.c
-CFLAGS+=-I${.CURDIR}/../../contrib-crypto/telnet
LDADD+= -ledit -ltermcap
DPADD+= ${LIBEDIT} ${LIBTERMCAP}
OpenPOWER on IntegriCloud