summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/ssh-keyscan
diff options
context:
space:
mode:
Diffstat (limited to 'secure/usr.bin/ssh-keyscan')
-rw-r--r--secure/usr.bin/ssh-keyscan/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/secure/usr.bin/ssh-keyscan/Makefile b/secure/usr.bin/ssh-keyscan/Makefile
new file mode 100644
index 0000000..7a8c675
--- /dev/null
+++ b/secure/usr.bin/ssh-keyscan/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+#
+
+PROG= ssh-keyscan
+SRCS= ssh-keyscan.c
+
+LDADD+= ${LIBSSH} -lcrypto
+DPADD+= ${LIBSSH} ${LIBCRYPTO}
+
+.include <bsd.prog.mk>
+
+.PATH: ${SSHDIR}
OpenPOWER on IntegriCloud