diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2013-03-22 14:10:15 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2013-03-22 14:10:15 +0000 |
| commit | 0041e47595fad8de5f6c3fd28522e4aa14eef32a (patch) | |
| tree | 6eff358efc3dd6143cd9fa0048a74ddbd33bee57 /secure/libexec/ssh-keysign | |
| parent | acc60b03c17eb1e46c3993509dd8383185207183 (diff) | |
Notes
Diffstat (limited to 'secure/libexec/ssh-keysign')
| -rw-r--r-- | secure/libexec/ssh-keysign/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/secure/libexec/ssh-keysign/Makefile b/secure/libexec/ssh-keysign/Makefile index 75f1b6c4c28d..c5fc68815759 100644 --- a/secure/libexec/ssh-keysign/Makefile +++ b/secure/libexec/ssh-keysign/Makefile @@ -4,9 +4,7 @@ PROG= ssh-keysign SRCS= ssh-keysign.c readconf.c roaming_dummy.c MAN= ssh-keysign.8 CFLAGS+=-I${SSHDIR} -include ssh_namespace.h -.if defined(ENABLE_SUID_SSH) -BINMODE=4511 -.endif +BINMODE=4555 DPADD= ${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBZ} LDADD= -lssh -lcrypt -lcrypto -lz |
