1 1.23 lukem # $NetBSD: Makefile,v 1.23 1999/12/12 02:14:53 lukem Exp $ 2 1.7 tls # from: @(#)Makefile 8.2 (Berkeley) 4/3/94 3 1.1 cgd 4 1.1 cgd PROG= ftp 5 1.9 christos SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \ 6 1.9 christos util.c 7 1.13 lukem 8 1.13 lukem # Uncomment the following to provide defaults for gate-ftp operation 9 1.13 lukem # 10 1.14 christos #CPPFLAGS+=-DGATE_SERVER=\"ftp-gw.host\" # -DGATE_PORT=21 11 1.8 lukem 12 1.16 lukem LDADD+= -ledit -ltermcap -lutil 13 1.16 lukem DPADD+= ${LIBEDIT} ${LIBTERMCAP} ${LIBUTIL} 14 1.20 itojun 15 1.20 itojun CPPFLAGS+= -DINET6 16 1.22 lukem 17 1.23 lukem cmds.o fetch.o: version.h 18 1.22 lukem main.o: ftp_var.h 19 1.1 cgd 20 1.1 cgd .include <bsd.prog.mk> 21