1# 2# SPDX-License-Idendifier: 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 10INCSGROUPS= INCS 11.include "../Makefile.inc" 12 13.PATH: ${KRB5_DIR}/include/gssrpc 14 15INCSDIR= ${INCLUDEDIR}/gssrpc 16INCS= \ 17 auth.h \ 18 auth_gss.h \ 19 auth_gssapi.h \ 20 auth_unix.h \ 21 clnt.h \ 22 netdb.h \ 23 pmap_clnt.h \ 24 pmap_prot.h \ 25 pmap_rmt.h \ 26 rename.h \ 27 rpc_msg.h \ 28 rpc.h \ 29 svc_auth.h \ 30 svc.h \ 31 types.h \ 32 xdr.h 33 34.include <bsd.prog.mk> 35