summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2003-04-30 17:46:24 +0000
committermarkm <markm@FreeBSD.org>2003-04-30 17:46:24 +0000
commit06bd19ebb14f564706a056f6d27135650a430d16 (patch)
tree26fd90cc48ef62be1633496a4c033d80b39cdac4 /secure
parent4389ea67abaee180d9fced5e7e5ae64249e0ea85 (diff)
downloadFreeBSD-src-06bd19ebb14f564706a056f6d27135650a430d16.zip
FreeBSD-src-06bd19ebb14f564706a056f6d27135650a430d16.tar.gz
We no longer have a separate kerberos distribution. Its now just
part of the regular security dist.
Diffstat (limited to 'secure')
-rw-r--r--secure/usr.bin/ssh/Makefile1
-rw-r--r--secure/usr.sbin/sshd/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/secure/usr.bin/ssh/Makefile b/secure/usr.bin/ssh/Makefile
index 2bbd56f..b87cdca 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}
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile
index 23e8714..faa0c88 100644
--- a/secure/usr.sbin/sshd/Makefile
+++ b/secure/usr.sbin/sshd/Makefile
@@ -17,7 +17,6 @@ MAN= sshd.8 sshd_config.5
CFLAGS+=-I${SSHDIR}
.if defined(MAKE_KERBEROS5)
-DISTRIBUTION=krb5
CFLAGS+= -DKRB5 -DHEIMDAL
SRCS+= auth-krb5.c
LDADD+= -lkrb5 -lasn1 -lcom_err -lmd -L${.OBJDIR}/../../../kerberos5/lib/libroken -lroken
OpenPOWER on IntegriCloud