1998-07-22 20:06:27 +04:00
|
|
|
# $NetBSD: Makefile,v 1.16 1998/07/22 16:06:27 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-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
|
|
|
|
#
|
1997-10-14 19:09:22 +04:00
|
|
|
#CPPFLAGS+=-DGATE_SERVER=\"ftp-gw.host\" # -DGATE_PORT=21
|
1997-08-18 14:20:13 +04:00
|
|
|
|
1998-07-22 20:06:27 +04:00
|
|
|
LDADD+= -ledit -ltermcap -lutil
|
|
|
|
DPADD+= ${LIBEDIT} ${LIBTERMCAP} ${LIBUTIL}
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|