aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin/Makefile
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/usr.bin/Makefile
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/usr.bin/Makefile')
-rw-r--r--secure/usr.bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile
index fd67fd8482a2..42b8aa2ff2b3 100644
--- a/secure/usr.bin/Makefile
+++ b/secure/usr.bin/Makefile
@@ -7,7 +7,7 @@ SUBDIR+=telnet
.if !defined(NO_OPENSSL)
SUBDIR+=openssl
.if !defined(NO_OPENSSH)
-SUBDIR+=scp ssh ssh-add ssh-agent ssh-keygen
+SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
.endif
.endif