#
# SPDX-License-Identifier: BSD-2-Clause
#
# Copyright (c) 2025 FreeBSD Foundation
#
# This sofware was developed by Cy Schubert <cy@FreeBSD.org>
# under sponsorship from the FreeBSD Foundation.
#

.include "../Makefile.inc"

.PATH:	${KRB5_DIR}/lib/gssapi/krb5 \
	${KRB5_DIR}/lib/gssapi/generic

INCSDIR=	${INCLUDEDIR}/gssapi

INCS=	gssapi_alloc.h \
	gssapi_ext.h \
	gssapi_generic.h \
	gssapi_krb5.h

.include <bsd.prog.mk>
