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/btree 11 12SRCS+= bt_close.c \ 13 bt_conv.c \ 14 bt_debug.c \ 15 bt_delete.c \ 16 bt_get.c \ 17 bt_open.c \ 18 bt_overflow.c \ 19 bt_page.c \ 20 bt_put.c \ 21 bt_search.c \ 22 bt_seq.c \ 23 bt_split.c \ 24 bt_utils.c 25