NetBSD/usr.bin/ftp/Makefile

16 lines
412 B
Makefile
Raw Normal View History

1997-10-18 19:31:20 +04:00
# $NetBSD: Makefile,v 1.15 1997/10/18 15:31:20 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
SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \
util.c
# 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
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>