xref: /freebsd/krb5/lib/kadm5clnt/clnt/Makefile.inc (revision 18a870751b036f1dc78b36084ccb993d139a11bb)
1#
2# SPDX-License-Identifier: 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
10.PATH:	${KRB5_DIR}/lib/kadm5/clnt
11
12SRCS+=	client_init.c \
13	client_principal.c \
14	client_rpc.c \
15	clnt_chpass_util.c \
16	clnt_policy.c \
17	clnt_privs.c
18