diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-07-05 08:39:09 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-07-05 08:39:09 +0000 |
| commit | 81d858170e52f46ca9605f14d639312e8255a35a (patch) | |
| tree | 5250eb7f3801cd1cd8afc6b8e1048910a9748149 /secure/libexec/ssh-keysign | |
| parent | 21f1b5331fb1809426346388cc87474ebc96fbc5 (diff) | |
Notes
Diffstat (limited to 'secure/libexec/ssh-keysign')
| -rw-r--r-- | secure/libexec/ssh-keysign/Makefile | 15 |
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 000000000000..7a21e596cb1f --- /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} |
