aboutsummaryrefslogtreecommitdiff
path: root/secure/libexec
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2001-05-04 04:21:25 +0000
committerBrian Feldman <green@FreeBSD.org>2001-05-04 04:21:25 +0000
commitd350064e0b3a02d36db2e9d93fdbb907c30474d4 (patch)
treeed4da512f24099412a538fcecc07aff5b9db6847 /secure/libexec
parent345012bf8b2731a96a9deca8ee4361016b225001 (diff)
downloadsrc-d350064e0b3a02d36db2e9d93fdbb907c30474d4.tar.gz
src-d350064e0b3a02d36db2e9d93fdbb907c30474d4.zip
Follow the OpenSSH 2.9 upgrade with the infrastructure. Two new
programs are now included: sftp(1) and ssh-keyscan(1).
Notes
Notes: svn path=/head/; revision=76264
Diffstat (limited to 'secure/libexec')
-rw-r--r--secure/libexec/sftp-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/libexec/sftp-server/Makefile b/secure/libexec/sftp-server/Makefile
index a913d5d3a811..f1cc1b11cca3 100644
--- a/secure/libexec/sftp-server/Makefile
+++ b/secure/libexec/sftp-server/Makefile
@@ -2,7 +2,7 @@
#
PROG= sftp-server
-SRCS= sftp-server.c log-server.c
+SRCS= sftp-server.c sftp-common.c
MAN= sftp-server.8
LDADD+= ${LIBSSH} -lcrypto