summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2005-12-29 14:40:22 +0000
committerdfr <dfr@FreeBSD.org>2005-12-29 14:40:22 +0000
commitd9cbcb50b52b6c033a00eac46c9285955eed228c (patch)
treef226da354a25653f837708c3ecef3468ea981824 /secure/usr.bin
parent11d326ac1ada3057acc7c5e99fe9a161d43a4c8e (diff)
downloadFreeBSD-src-d9cbcb50b52b6c033a00eac46c9285955eed228c.zip
FreeBSD-src-d9cbcb50b52b6c033a00eac46c9285955eed228c.tar.gz
Add a new extensible GSS-API layer which can support GSS-API plugins,
similar the the Solaris implementation. Repackage the krb5 GSS mechanism as a plugin library for the new implementation. This also includes a comprehensive set of manpages for the GSS-API functions with text mostly taken from the RFC. Reviewed by: Love Hörnquist Åstrand <lha@it.su.se>, ru (build system), des (openssh parts)
Diffstat (limited to 'secure/usr.bin')
-rw-r--r--secure/usr.bin/ssh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/usr.bin/ssh/Makefile b/secure/usr.bin/ssh/Makefile
index 274e481..9d1e0b5 100644
--- a/secure/usr.bin/ssh/Makefile
+++ b/secure/usr.bin/ssh/Makefile
@@ -15,9 +15,9 @@ DPADD= ${LIBSSH} ${LIBUTIL} ${LIBZ}
LDADD= -lssh -lutil -lz
.if !defined(NO_KERBEROS)
-CFLAGS+= -DGSSAPI -DHAVE_GSSAPI_H=1 -DKRB5 -DHEIMDAL
-DPADD+= ${LIBGSSAPI} ${LIBKRB5} ${LIBASN1} ${LIBCOM_ERR} ${LIBMD} ${LIBROKEN}
-LDADD+= -lgssapi -lkrb5 -lasn1 -lcom_err -lmd -lroken
+CFLAGS+= -DGSSAPI -DHAVE_GSSAPI_GSSAPI_H=1 -DKRB5 -DHEIMDAL
+DPADD+= ${LIBGSSAPI}
+LDADD+= -lgssapi
.endif
.if defined(X11BASE)
OpenPOWER on IntegriCloud