aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2025-06-24 13:20:51 +0000
committerCy Schubert <cy@FreeBSD.org>2025-06-24 14:36:00 +0000
commit0d1496f0f1e7f1e98b6a7364e571d9400bc6ed8a (patch)
tree8882255b169189cada78d34b18a4363cd41c2a7a
parent0b4c4833ee3eab0ce46b3bdbf054bca4b6bb7429 (diff)
krb5/include: Add missing file
A file was missed when generating a list of gssrpc files to be installed. Reported by: fluffy Fixes: ee3960cba106
-rw-r--r--krb5/include/gssrpc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/krb5/include/gssrpc/Makefile b/krb5/include/gssrpc/Makefile
index 14f246867701..929c9eaacdc9 100644
--- a/krb5/include/gssrpc/Makefile
+++ b/krb5/include/gssrpc/Makefile
@@ -23,6 +23,7 @@ INCS= \
pmap_clnt.h \
pmap_prot.h \
pmap_rmt.h \
+ rename.h \
rpc_msg.h \
rpc.h \
svc_auth.h \