diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-12-04 19:24:03 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-12-04 19:24:03 +0000 |
commit | 4b24556b4a12441d9101af9bc9bcd8505c1e1911 (patch) | |
tree | a23ed9e7de392c351a54f8085b0bec3d544be00a /usr.bin/ssh/Makefile | |
parent | 4545a38d48e985f11cb8c849be2e0247da3ad63f (diff) |
David Maziere's ssh-keyscan, ok niels@
Diffstat (limited to 'usr.bin/ssh/Makefile')
-rw-r--r-- | usr.bin/ssh/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/Makefile b/usr.bin/ssh/Makefile index 299d3497cf2..59eed7d4873 100644 --- a/usr.bin/ssh/Makefile +++ b/usr.bin/ssh/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2000/08/31 21:52:23 markus Exp $ +# $OpenBSD: Makefile,v 1.7 2000/12/04 19:24:01 markus Exp $ .include <bsd.own.mk> -SUBDIR= lib ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server +SUBDIR= lib ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \ + ssh-keyscan distribution: install -C -o root -g wheel -m 0644 ${.CURDIR}/ssh_config \ |