xref: /freebsd/krb5/plugins/kdb/db2/libdb2/hash/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}/plugins/kdb/db2/libdb2/hash
11
12SRCS+=	dbm.c \
13	hash.c \
14	hash_bigkey.c \
15	hash_debug.c \
16	hash_func.c \
17	hash_log2.c \
18	hash_page.c \
19	hsearch.c
20