diff options
| author | Brian Feldman <green@FreeBSD.org> | 2000-11-14 04:42:25 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2000-11-14 04:42:25 +0000 |
| commit | 087815f8bcef00e7cfbc04089cc9c463a01e0f3d (patch) | |
| tree | 2443f83ecadb68e253bee6c5b08e548c1fe7df9f /secure/usr.bin | |
| parent | 03e72be8c85be4794303744d88ca182387a3b36f (diff) | |
Notes
Diffstat (limited to 'secure/usr.bin')
| -rw-r--r-- | secure/usr.bin/ssh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/secure/usr.bin/ssh/Makefile b/secure/usr.bin/ssh/Makefile index 10dcbf0f8f09f..0b99611f058cf 100644 --- a/secure/usr.bin/ssh/Makefile +++ b/secure/usr.bin/ssh/Makefile @@ -5,7 +5,9 @@ SSHSRC= ${.CURDIR}/../../../crypto/openssh PROG= ssh BINOWN= root +.if defined(ENABLE_SUID_SSH) BINMODE=4555 +.endif MAN1= ssh.1 LINKS= ${BINDIR}/ssh ${BINDIR}/slogin MLINKS= ssh.1 slogin.1 |
