xref: /freebsd/krb5/lib/gssapi/spnego/Makefile.inc (revision ee3960cba1068e12fb032a68c46d74841d9edab3)
1#
2# SPDX-License-Idendifier: 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/spnego
11
12SRCS+=	negoex_ctx.c \
13	negoex_util.c \
14	spnego_mech.c
15