summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/ssh-keysign/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2008-07-22 18:58:19 +0000
committerdes <des@FreeBSD.org>2008-07-22 18:58:19 +0000
commit666aa9cc1660793c97ef29a6cb66dfbb894dde8f (patch)
tree209e642fbe2a816041f67bc27c9800879f5541bc /crypto/openssh/ssh-keysign/Makefile
parent624d93001f28e236c027516d88282351eb7bffbe (diff)
downloadFreeBSD-src-666aa9cc1660793c97ef29a6cb66dfbb894dde8f.zip
FreeBSD-src-666aa9cc1660793c97ef29a6cb66dfbb894dde8f.tar.gz
Revert part of 180714 - the intent was to flatten dist, not to nuke it.
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