diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-10-07 17:32:05 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-10-07 17:32:05 +0000 |
commit | 5b3dc7cf10be000ecf8ec2399bd10c06451ba440 (patch) | |
tree | b9b23b7d883bf6621425d62cc75cb3c7b6c99aed /secure | |
parent | 6d28d23bb974d421b51607dffda9e6907f0b7893 (diff) | |
download | src-test2-5b3dc7cf10be000ecf8ec2399bd10c06451ba440.tar.gz src-test2-5b3dc7cf10be000ecf8ec2399bd10c06451ba440.zip |
Notes
Diffstat (limited to 'secure')
-rw-r--r-- | secure/usr.bin/sftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/usr.bin/sftp/Makefile b/secure/usr.bin/sftp/Makefile index 9f37c1011952..29c435272094 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 <bsd.prog.mk> |