aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin/ssh
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2003-04-30 17:46:24 +0000
committerMark Murray <markm@FreeBSD.org>2003-04-30 17:46:24 +0000
commit59199aeb7e957c1cf3f9ae7ef8dade333f57351a (patch)
tree26fd90cc48ef62be1633496a4c033d80b39cdac4 /secure/usr.bin/ssh
parent0d22cdf04056b44e1f7f658bf38b91356899eded (diff)
downloadsrc-59199aeb7e957c1cf3f9ae7ef8dade333f57351a.tar.gz
src-59199aeb7e957c1cf3f9ae7ef8dade333f57351a.zip
We no longer have a separate kerberos distribution. Its now just
part of the regular security dist.
Notes
Notes: svn path=/head/; revision=114302
Diffstat (limited to 'secure/usr.bin/ssh')
-rw-r--r--secure/usr.bin/ssh/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/secure/usr.bin/ssh/Makefile b/secure/usr.bin/ssh/Makefile
index 2bbd56f5ce1e..b87cdca08f59 100644
--- a/secure/usr.bin/ssh/Makefile
+++ b/secure/usr.bin/ssh/Makefile
@@ -11,7 +11,6 @@ SRCS= ssh.c authfd.c hostfile.c msg.c readconf.c clientloop.c sshtty.c \
sshconnect.c sshconnect1.c sshconnect2.c
.if defined(MAKE_KERBEROS5)
-DISTRIBUTION=krb5
CFLAGS+= -DKRB5 -DHEIMDAL
LDADD+= -lkrb5 -lasn1 -lcom_err -lmd -L${.OBJDIR}/../../../kerberos5/lib/libroken -lroken -lcrypt
DPADD+= ${LIBKRB5} ${LIBCOM_ERR} ${LIBASN1} ${LIBMD} ${LIBCRYPT}