150477Speter# $FreeBSD$
231706Spst#	$NetBSD: Makefile,v 1.15 1997/10/18 15:31:20 lukem Exp $
326931Smsmith#	from: @(#)Makefile	8.2 (Berkeley) 4/3/94
41590Srgrimes
5160750Syar.include <bsd.own.mk>
6160750Syar
731706Spst# Uncomment the following to provide defaults for gate-ftp operation
831706Spst#
931706Spst#CFLAGS+=-DGATE_SERVER=\"ftp-gw.host\" # -DGATE_PORT=21
1031706Spst
11223328SgavinTNFTP=	${.CURDIR}/../../contrib/tnftp
12223328Sgavin.PATH: ${TNFTP}/src
1387824Smikeh
141590SrgrimesPROG=	ftp
15223328SgavinSRCS=	cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c \
16223328Sgavin	progressbar.c ruserpass.c util.c
171590Srgrimes
18160750Syar.if ${MK_INET6_SUPPORT} != "no"
19160750SyarCFLAGS+= -DINET6
20160750Syar.endif
21160750Syar
22223328SgavinCFLAGS+= -I${.CURDIR} -I${TNFTP}
23125503SruLDADD=	-ledit -ltermcap -lutil
24125503SruDPADD=	${LIBEDIT} ${LIBTERMCAP} ${LIBUTIL}
2526931Smsmith
26201386SedWARNS?=	2
27201386Sed
2831706SpstLINKS=	${BINDIR}/ftp ${BINDIR}/pftp \
2931706Spst	${BINDIR}/ftp ${BINDIR}/gate-ftp
3031706SpstMLINKS=	ftp.1 pftp.1 \
3131706Spst	ftp.1 gate-ftp.1
3226931Smsmith
331590Srgrimes.include <bsd.prog.mk>
34