1997-08-18 14:20:13 +04:00
|
|
|
# $NetBSD: Makefile,v 1.13 1997/08/18 10:20:13 lukem Exp $
|
1997-01-09 23:18:21 +03:00
|
|
|
# from: @(#)Makefile 8.2 (Berkeley) 4/3/94
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= ftp
|
1997-03-14 01:38:39 +03:00
|
|
|
SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \
|
|
|
|
util.c
|
1997-07-20 13:45:35 +04:00
|
|
|
WARNS= 1
|
1997-01-19 17:19:02 +03:00
|
|
|
|
1997-08-18 14:20:13 +04:00
|
|
|
# Uncomment the following to provide defaults for gate-ftp operation
|
|
|
|
#
|
|
|
|
#CFLAGS+=-DGATE_SERVER=\"ftp-gw.host\" # -DGATE_PORT=21
|
|
|
|
|
1997-01-19 17:19:02 +03:00
|
|
|
LDADD+= -ledit -ltermcap
|
1997-03-25 00:57:01 +03:00
|
|
|
DPADD+= ${LIBEDIT} ${LIBTERMCAP}
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|