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/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/secure/libexec/ssh-keysign/Makefile b/secure/libexec/ssh-keysign/Makefile
new file mode 100644
index 0000000..6018b94
--- /dev/null
+++ b/secure/libexec/ssh-keysign/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PROG= ssh-keysign
+SRCS= ssh-keysign.c readconf.c
+MAN= ssh-keysign.8
+CFLAGS+=-I${SSHDIR} -include ssh_namespace.h
+.if defined(ENABLE_SUID_SSH)
+BINMODE=4511
+.endif
+
+DPADD= ${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBZ}
+LDADD= -lssh -lcrypt -lcrypto -lz
+
+.include <bsd.prog.mk>
+
+.PATH: ${SSHDIR}
+
+${OBJS} ${POBJS} ${SOBJS}: ssh_namespace.h
OpenPOWER on IntegriCloud