From a0c1c483e2651d7b85873c3a6599bafc7469bc27 Mon Sep 17 00:00:00 2001 From: green Date: Fri, 4 May 2001 04:21:25 +0000 Subject: Follow the OpenSSH 2.9 upgrade with the infrastructure. Two new programs are now included: sftp(1) and ssh-keyscan(1). --- secure/usr.bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'secure/usr.bin/Makefile') 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 -- cgit v1.1