summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/Makefile
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-12-13 20:38:21 +0000
committerpst <pst@FreeBSD.org>1997-12-13 20:38:21 +0000
commit5ff5a36e72d385d6aeacd844c482b8045dbc147d (patch)
treeefc37af8df64054bcc13f979ffbae7a4303972f1 /usr.bin/ftp/Makefile
parent7f8db0dd299e62df2aa8f56158134d1af1cbbcce (diff)
downloadFreeBSD-src-5ff5a36e72d385d6aeacd844c482b8045dbc147d.zip
FreeBSD-src-5ff5a36e72d385d6aeacd844c482b8045dbc147d.tar.gz
Sync with NetBSD v1.3.
Keep I8N1 and quarantine port code. Replace our security fix with NetBSD's (their idea was better).
Diffstat (limited to 'usr.bin/ftp/Makefile')
-rw-r--r--usr.bin/ftp/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile
index acf31c1..225d10e 100644
--- a/usr.bin/ftp/Makefile
+++ b/usr.bin/ftp/Makefile
@@ -1,7 +1,11 @@
-# $Id: Makefile,v 1.6 1997/06/25 08:56:33 msmith Exp $
-# $NetBSD: Makefile,v 1.11 1997/03/24 21:59:36 christos Exp $
+# $Id: Makefile,v 1.7 1997/10/05 09:39:55 jkh Exp $
+# $NetBSD: Makefile,v 1.15 1997/10/18 15:31:20 lukem Exp $
# from: @(#)Makefile 8.2 (Berkeley) 4/3/94
+# Uncomment the following to provide defaults for gate-ftp operation
+#
+#CFLAGS+=-DGATE_SERVER=\"ftp-gw.host\" # -DGATE_PORT=21
+
PROG= ftp
SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \
util.c
@@ -10,7 +14,9 @@ CFLAGS+=-I${.CURDIR}/../../contrib-crypto/telnet
LDADD+= -ledit -ltermcap
DPADD+= ${LIBEDIT} ${LIBTERMCAP}
-LINKS= ${BINDIR}/ftp ${BINDIR}/pftp
-MLINKS= ftp.1 pftp.1
+LINKS= ${BINDIR}/ftp ${BINDIR}/pftp \
+ ${BINDIR}/ftp ${BINDIR}/gate-ftp
+MLINKS= ftp.1 pftp.1 \
+ ftp.1 gate-ftp.1
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud