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.include "../Makefile.inc" 11 12.PATH: ${KRB5_DIR}/lib/gssapi/krb5 \ 13 ${KRB5_DIR}/lib/gssapi/generic 14 15INCSDIR= ${INCLUDEDIR}/gssapi 16 17INCS= gssapi_alloc.h \ 18 gssapi_ext.h \ 19 gssapi_generic.h \ 20 gssapi_krb5.h 21 22.include <bsd.prog.mk> 23