diff options
author | des <des@FreeBSD.org> | 2013-03-22 14:10:15 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2013-03-22 14:10:15 +0000 |
commit | 19db167f418891cf677735a56370ffbcbdb37d67 (patch) | |
tree | 6eff358efc3dd6143cd9fa0048a74ddbd33bee57 /secure/libexec | |
parent | 5ee0a7b76c4addc27bb45864cb4e0ce790a4b80e (diff) | |
download | FreeBSD-src-19db167f418891cf677735a56370ffbcbdb37d67.zip FreeBSD-src-19db167f418891cf677735a56370ffbcbdb37d67.tar.gz |
Retire the mislabeled ENABLE_SUID_SSH knob.
Diffstat (limited to 'secure/libexec')
-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 75f1b6c..c5fc688 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 |