aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2025-08-04 09:33:40 +0000
committerBrooks Davis <brooks@FreeBSD.org>2025-08-04 12:58:46 +0000
commit73ed0c7992fd5f6148374d5dbf5c7b37a2eba1a8 (patch)
tree224bcc1bc1b54b4e73953387c695e1c9e7578edc
parent4a8e62a1209f7d7529817c4c27b91fb97750b7b2 (diff)
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
-rw-r--r--krb5/include/Makefile5
1 files changed, 1 insertions, 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