Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/krb5/include/gssapi/Makefile
34869 views
#
# SPDX-License-Identifier: BSD-2-Clause
#
# Copyright (c) 2025 FreeBSD Foundation
#
# This sofware was developed by Cy Schubert <[email protected]>
# 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>