summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/ssh-keysign/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/ssh-keysign/Makefile')
-rw-r--r--crypto/openssh/ssh-keysign/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/crypto/openssh/ssh-keysign/Makefile b/crypto/openssh/ssh-keysign/Makefile
new file mode 100644
index 0000000..1a13d9e
--- /dev/null
+++ b/crypto/openssh/ssh-keysign/Makefile
@@ -0,0 +1,18 @@
+# $OpenBSD: Makefile,v 1.3 2002/05/31 10:30:33 markus Exp $
+
+.PATH: ${.CURDIR}/..
+
+PROG= ssh-keysign
+BINOWN= root
+
+BINMODE?=4555
+
+BINDIR= /usr/libexec
+MAN= ssh-keysign.8
+
+SRCS= ssh-keysign.c
+
+.include <bsd.prog.mk>
+
+LDADD+= -lcrypto -lz
+DPADD+= ${LIBCRYPTO} ${LIBZ}
OpenPOWER on IntegriCloud