git: 73ed0c7992fd - main - krb5: install gssapi_krb5/gssapi/gssapi.h once

From: Brooks Davis <brooks_at_FreeBSD.org>
Date: Mon, 04 Aug 2025 12:59:06 UTC
The branch main has been updated by brooks:

URL: https://cgit.FreeBSD.org/src/commit/?id=73ed0c7992fd5f6148374d5dbf5c7b37a2eba1a8

commit 73ed0c7992fd5f6148374d5dbf5c7b37a2eba1a8
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2025-08-04 09:33:40 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2025-08-04 12:58:46 +0000

    krb5: install gssapi_krb5/gssapi/gssapi.h once
    
    Somewhat arbitrarily chose krb5/lib/gssapi/Makefile to install it.
    
    PR:             288594
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/1801
---
 krb5/include/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/krb5/include/Makefile b/krb5/include/Makefile
index c7b3f0f10a99..a2d29fcb1530 100644
--- a/krb5/include/Makefile
+++ b/krb5/include/Makefile
@@ -17,7 +17,7 @@ SUBDIR=	krb5_private krb5 gssrpc gssapi
 
 SUBDIR_PARALLEL=
 
-INCSGROUPS=	INCS GSSAPI_KRB5
+INCSGROUPS=	INCS
 
 INCSDIR=	${INCLUDEDIR}
 
@@ -27,9 +27,6 @@ INCS=	kdb.h \
 	krad.h \
 	krb5.h
 
-GSSAPI_KRB5DIR=	${INCLUDEDIR}/gssapi_krb5/gssapi
-GSSAPI_KRB5=	gssapi.h
-
 CLEANFILES=	osconf.new
 
 # XXX The output of this needs to be verified against the osconf.h I created