diff options
author | green <green@FreeBSD.org> | 2001-06-12 03:43:47 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2001-06-12 03:43:47 +0000 |
commit | fdb0c1688ae2026650f7f3b729a0f622d7e2d006 (patch) | |
tree | a752c16c62b4e1168738d4a4446c48330ccfaf8d /secure | |
parent | ca51eb1785352ed9b80cb7f03e5bb17ed03983e1 (diff) | |
download | FreeBSD-src-fdb0c1688ae2026650f7f3b729a0f622d7e2d006.zip FreeBSD-src-fdb0c1688ae2026650f7f3b729a0f622d7e2d006.tar.gz |
Enable Kerberos 5 support in sshd again.
Diffstat (limited to 'secure')
-rw-r--r-- | secure/usr.sbin/sshd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index ba03d23..4c61997 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -21,7 +21,6 @@ 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 @@ -30,7 +29,6 @@ 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 |