summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keyscan
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2000-12-04 19:24:03 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2000-12-04 19:24:03 +0000
commit4b24556b4a12441d9101af9bc9bcd8505c1e1911 (patch)
treea23ed9e7de392c351a54f8085b0bec3d544be00a /usr.bin/ssh/ssh-keyscan
parent4545a38d48e985f11cb8c849be2e0247da3ad63f (diff)
David Maziere's ssh-keyscan, ok niels@
Diffstat (limited to 'usr.bin/ssh/ssh-keyscan')
-rw-r--r--usr.bin/ssh/ssh-keyscan/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/usr.bin/ssh/ssh-keyscan/Makefile b/usr.bin/ssh/ssh-keyscan/Makefile
new file mode 100644
index 00000000000..d40940d4c6e
--- /dev/null
+++ b/usr.bin/ssh/ssh-keyscan/Makefile
@@ -0,0 +1,16 @@
+.PATH: ${.CURDIR}/..
+
+PROG= ssh-keyscan
+BINOWN= root
+
+BINMODE?=555
+
+BINDIR= /usr/bin
+MAN= ssh-keyscan.1
+
+SRCS= ssh-keyscan.c log-client.c
+
+.include <bsd.prog.mk>
+
+LDADD+= -lcrypto
+DPADD+= ${LIBCRYPTO}