diff options
| author | lukem <lukem@NetBSD.org> | 2005-01-03 06:04:08 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2005-01-03 06:04:08 +0000 |
| commit | ecfeee924bb3c5cbb60a82bce6dddf6954eb3012 (patch) | |
| tree | e1af7d31fa9f11141150cb8710a4ae0c3c2d9508 /usr.bin/ssh/Makefile | |
| parent | 98a04f539096732bf5d7236f5857125200e20df4 (diff) | |
Use the public libssh that's now available.
Diffstat (limited to 'usr.bin/ssh/Makefile')
| -rw-r--r-- | usr.bin/ssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/Makefile b/usr.bin/ssh/Makefile index 508c5ae149f..40244d4d468 100644 --- a/usr.bin/ssh/Makefile +++ b/usr.bin/ssh/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.19 2004/05/16 09:53:10 lukem Exp $ +# $NetBSD: Makefile,v 1.20 2005/01/03 06:04:08 lukem Exp $ .include <bsd.own.mk> SSHDIST?= ${NETBSDSRCDIR}/crypto/dist/ssh -SUBDIR= libssh .WAIT ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \ +SUBDIR= ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \ ssh-keysign ssh-keyscan sftp #SUBDIR+=scard |
