1 1.11 christos # $NetBSD: Makefile,v 1.11 1997/03/24 21:59:36 christos 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.8 lukem 8 1.8 lukem LDADD+= -ledit -ltermcap 9 1.11 christos DPADD+= ${LIBEDIT} ${LIBTERMCAP} 10 1.1 cgd 11 1.1 cgd .include <bsd.prog.mk> 12