summaryrefslogtreecommitdiffstats
path: root/secure/libexec/ssh-keysign/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/libexec/ssh-keysign/Makefile')
-rw-r--r--secure/libexec/ssh-keysign/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/secure/libexec/ssh-keysign/Makefile b/secure/libexec/ssh-keysign/Makefile
new file mode 100644
index 0000000..7a21e59
--- /dev/null
+++ b/secure/libexec/ssh-keysign/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PROG= ssh-keysign
+MAN= ssh-keysign.8
+CFLAGS+=-I${SSHDIR}
+.if defined(ENABLE_SUID_SSH)
+BINMODE=4511
+.endif
+
+DPADD= ${LIBSSH} ${LIBCRYPTO} ${LIBZ}
+LDADD= -lssh -lcrypto -lz
+
+.include <bsd.prog.mk>
+
+.PATH: ${SSHDIR}
OpenPOWER on IntegriCloud