summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/Makefile
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2001-05-04 04:21:25 +0000
committergreen <green@FreeBSD.org>2001-05-04 04:21:25 +0000
commita0c1c483e2651d7b85873c3a6599bafc7469bc27 (patch)
tree2cab75efee64ef1c83bac4691e7c66ab036d9d59 /secure/usr.bin/Makefile
parentd1f65ecd2b799f3d348c74c4a9a2fc670a82107a (diff)
downloadFreeBSD-src-a0c1c483e2651d7b85873c3a6599bafc7469bc27.zip
FreeBSD-src-a0c1c483e2651d7b85873c3a6599bafc7469bc27.tar.gz
Follow the OpenSSH 2.9 upgrade with the infrastructure. Two new
programs are now included: sftp(1) and ssh-keyscan(1).
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 fd67fd8..42b8aa2 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
OpenPOWER on IntegriCloud