=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/Makefile,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- src/usr.bin/ftp/Makefile 1997/10/02 04:22:39 1.14 +++ src/usr.bin/ftp/Makefile 1998/07/24 00:10:54 1.15 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 1997/10/02 04:22:39 imp Exp $ +# $OpenBSD: Makefile,v 1.15 1998/07/24 00:10:54 millert Exp $ # Define SMALL to disable command line editing #CFLAGS+=-DSMALL @@ -15,8 +15,8 @@ SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \ stringlist.c util.c -LDADD+= -ledit -ltermcap -DPADD+= ${LIBEDIT} ${LIBTERMCAP} +LDADD+= -ledit -lcurses +DPADD+= ${LIBEDIT} ${LIBCURSES} #COPTS+= -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes