head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2011.06.20.08.00.32;	author gavin;	state dead;
branches;
next	1.1;

1.1
date	2011.06.19.21.50.38;	author gavin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@SVN rev 223328 on 2011-06-20 08:00:32Z by gavin

Merge tnftp-20100108 from the vendor branch into head.

PR:		bin/112288 bin/120256 bin/129014 bin/145528
MFC after:	1 month
@
text
@#	$NetBSD: Makefile,v 1.30 2005/02/11 15:13:28 jmc Exp $
#	from: @@(#)Makefile	8.2 (Berkeley) 4/3/94

.include <bsd.own.mk>

PROG=	ftp
SRCS=	cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c \
	progressbar.c ruserpass.c util.c

# Uncomment the following to provide defaults for gate-ftp operation
#
#CPPFLAGS+=-DGATE_SERVER=\"ftp-gw.host\" # -DGATE_PORT=21

.if defined(SMALLPROG)
CPPFLAGS+=-DNO_EDITCOMPLETE -DNO_ABOUT -DNO_AUTH -DNO_HELP -DNO_STATUS
.else
LDADD+=	-ledit -ltermcap
DPADD+=	${LIBEDIT} ${LIBTERMCAP}
.endif

.if (!defined(SMALLPROG) || defined(SMALLPROG_INET6)) && (${USE_INET6} != "no")
CPPFLAGS+= -DINET6
.endif

cmds.o fetch.o: version.h
main.o:	ftp_var.h

.include <bsd.prog.mk>
@


1.1
log
@SVN rev 223308 on 2011-06-19 21:50:38Z by gavin

Copy lukemftp to its new home, tnftp.  I'm doing this in stages so as to
not confuse the CVS exporter.
@
text
@@

