diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2025-06-24 13:20:51 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2025-06-24 14:36:00 +0000 |
| commit | 0d1496f0f1e7f1e98b6a7364e571d9400bc6ed8a (patch) | |
| tree | 8882255b169189cada78d34b18a4363cd41c2a7a | |
| parent | 0b4c4833ee3eab0ce46b3bdbf054bca4b6bb7429 (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/Makefile | 1 |
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 \ |
