xref: /freebsd/krb5/include/gssapi/Makefile (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.include "../Makefile.inc"
11
12.PATH:	${KRB5_DIR}/lib/gssapi/krb5 \
13	${KRB5_DIR}/lib/gssapi/generic \
14	${KRB5_DIR}/include
15
16INCSGROUPS=	INCS GSSAPI_KRB5
17INCSDIR=	${INCLUDEDIR}/gssapi
18GSSAPI_KRB5DIR=	${INCLUDEDIR}/gssapi_krb5
19
20INCS=	gssapi_alloc.h \
21	gssapi_ext.h \
22	gssapi_generic.h \
23	gssapi_krb5.h
24
25# This gssapi header file is only needed should an app need
26# to build using the MIT KRB5 GSSAPI library.
27
28GSSAPI_KRB5=	gssapi.h
29
30.include <bsd.prog.mk>
31