summaryrefslogtreecommitdiffstats
path: root/secure/usr.sbin
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2001-05-04 05:07:43 +0000
committergreen <green@FreeBSD.org>2001-05-04 05:07:43 +0000
commit1ac8002a8a79064018e6b36facd8f19c300a59b5 (patch)
tree5826b7c56cb517d3cf85d9f41114c94e2d539000 /secure/usr.sbin
parent729aac1a8120e1bea12e9c4bfe80e4900257b0ff (diff)
downloadFreeBSD-src-1ac8002a8a79064018e6b36facd8f19c300a59b5.zip
FreeBSD-src-1ac8002a8a79064018e6b36facd8f19c300a59b5.tar.gz
Don't build with Kerberos 5 support for now. I'll fix this soon,
but I don't want to break Kerberos 5 users' worlds too much in the meantime.
Diffstat (limited to 'secure/usr.sbin')
-rw-r--r--secure/usr.sbin/sshd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile
index caa71d1..62fc648 100644
--- a/secure/usr.sbin/sshd/Makefile
+++ b/secure/usr.sbin/sshd/Makefile
@@ -21,6 +21,7 @@ LDADD+= -lkrb -lcom_err
DPADD+= ${LIBKRB} ${LIBCOM_ERR}
.endif # MAKE_KERBEROS4
+.if 0
.if defined(MAKE_KERBEROS5) && \
((${MAKE_KERBEROS5} == "yes") || (${MAKE_KERBEROS5} == "YES"))
DISTRIBUTION=krb5
@@ -29,6 +30,7 @@ SRCS+= auth-krb5.c
LDADD+= -lkrb5 -lasn1 -lcom_err -lmd -L${.OBJDIR}/../../../kerberos5/lib/libroken -lroken
DPADD+= ${LIBKRB5} ${LIBCOM_ERR} ${LIBASN1} ${LIBMD}
.endif # MAKE_KERBEROS5
+.endif # 0
CFLAGS+= -DSKEY
LDADD+= -lopie -lmd
OpenPOWER on IntegriCloud