1# 2# SPDX-License-Identifier: BSD-2-Clause 3# 4# Copyright (c) 2025 FreeBSD Foundation 5# 6# This sofware was developed by Cy Schubert <cy@FreeBSD.org> 7# under sponsorship from the FreeBSD Foundation. 8# 9 10.PATH: ${KRB5_DIR}/lib/gssapi/mechglue 11 12SRCS+= g_accept_sec_context.c \ 13 g_acquire_cred.c \ 14 g_acquire_cred_imp_name.c \ 15 g_acquire_cred_with_pw.c \ 16 g_authorize_localname.c \ 17 g_buffer_set.c \ 18 g_canon_name.c \ 19 g_compare_name.c \ 20 g_complete_auth_token.c \ 21 g_context_time.c \ 22 g_decapsulate_token.c \ 23 g_del_name_attr.c \ 24 g_delete_sec_context.c \ 25 g_dsp_name.c \ 26 g_dsp_name_ext.c \ 27 g_dsp_status.c \ 28 g_dup_name.c \ 29 g_encapsulate_token.c \ 30 g_exp_sec_context.c \ 31 g_export_cred.c \ 32 g_export_name.c \ 33 g_export_name_comp.c \ 34 g_get_name_attr.c \ 35 g_glue.c \ 36 g_imp_cred.c \ 37 g_imp_name.c \ 38 g_imp_sec_context.c \ 39 g_init_sec_context.c \ 40 g_initialize.c \ 41 g_inq_context.c \ 42 g_inq_context_oid.c \ 43 g_inq_cred.c \ 44 g_inq_cred_oid.c \ 45 g_inq_name.c \ 46 g_inq_names.c \ 47 g_map_name_to_any.c \ 48 g_mech_invoke.c \ 49 g_mechattr.c \ 50 g_mechname.c \ 51 g_negoex.c \ 52 g_oid_ops.c \ 53 g_prf.c \ 54 g_process_context.c \ 55 g_rel_buffer.c \ 56 g_rel_cred.c \ 57 g_rel_name.c \ 58 g_rel_name_mapping.c \ 59 g_rel_oid_set.c \ 60 g_saslname.c \ 61 g_seal.c \ 62 g_set_context_option.c \ 63 g_set_cred_option.c \ 64 g_set_name_attr.c \ 65 g_set_neg_mechs.c \ 66 g_sign.c \ 67 g_store_cred.c \ 68 g_unseal.c \ 69 g_unwrap_aead.c \ 70 g_unwrap_iov.c \ 71 g_verify.c \ 72 g_wrap_aead.c \ 73 g_wrap_iov.c \ 74 gssd_pname_to_uid.c 75 76GSSAPI_INCS+= mechglue.h 77