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 10SUBDIR= db2 11 12# XXX If in the future we want to support ldap or lmdb. 13# SUBDIR_PARALLEL= 14 15.include <bsd.subdir.mk> 16