diff options
author | ru <ru@FreeBSD.org> | 1999-06-25 14:11:16 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 1999-06-25 14:11:16 +0000 |
commit | d321f9c4e499838b14e5ff3e1057ab29cabc608f (patch) | |
tree | 7be728efd338a63d9edbeaad8559863cdc69d705 /usr.bin/ftp/Makefile | |
parent | 5ed26c8f51820fc71578a9f1abc4fa06760f89d3 (diff) | |
download | FreeBSD-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/Makefile | 3 |
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} |