From e35429e3f251f4daddebae116f10ffe4d872bb58 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 7 Oct 2006 17:32:05 +0000 Subject: Fix static compilation. --- secure/usr.bin/sftp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'secure') diff --git a/secure/usr.bin/sftp/Makefile b/secure/usr.bin/sftp/Makefile index 9f37c10..29c4352 100644 --- a/secure/usr.bin/sftp/Makefile +++ b/secure/usr.bin/sftp/Makefile @@ -4,8 +4,8 @@ PROG= sftp SRCS= sftp.c sftp-client.c sftp-common.c sftp-glob.c progressmeter.c CFLAGS+=-I${SSHDIR} -include ssh_namespace.h -DPADD= ${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBZ} ${LIBEDIT} -LDADD= -lssh -lcrypt -lcrypto -lz -ledit +DPADD= ${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBZ} ${LIBEDIT} ${LIBNCURSES} +LDADD= -lssh -lcrypt -lcrypto -lz -ledit -lncurses .include -- cgit v1.1