From 0ca2bdc2f755d323cf97966ca69c4d32b283070a Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 10 Sep 2000 08:31:17 +0000 Subject: Initial import of OpenSSH post-2.2.0 snapshot dated 2000-09-09 --- crypto/openssh/ssh/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'crypto/openssh/ssh') diff --git a/crypto/openssh/ssh/Makefile b/crypto/openssh/ssh/Makefile index a87d5dc..bd41531 100644 --- a/crypto/openssh/ssh/Makefile +++ b/crypto/openssh/ssh/Makefile @@ -3,12 +3,7 @@ PROG= ssh BINOWN= root -.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || \ - ${MACHINE_ARCH} == "hppa") -BINMODE=0000 -.else BINMODE?=4555 -.endif BINDIR= /usr/bin MAN= ssh.1 @@ -20,11 +15,11 @@ SRCS= ssh.c log-client.c readconf.c clientloop.c \ .include # for AFS -.if (${KERBEROS} == "yes") +.if (${KERBEROS:L} == "yes") CFLAGS+= -DKRB4 -I${DESTDIR}/usr/include/kerberosIV LDADD+= -lkrb DPADD+= ${LIBKRB} -.if (${AFS} == "yes") +.if (${AFS:L} == "yes") CFLAGS+= -DAFS LDADD+= -lkafs DPADD+= ${LIBKRBAFS} -- cgit v1.1