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/include 11 12SRCS+= db-config.h \ 13 db.h 14 15CLEANFILES+= db-config.h db.h 16 17db-config.h: db-config.hin 18 @cp ${.ALLSRC} ${.TARGET} 19 20db.h: db.hin 21 @cp ${.ALLSRC} ${.TARGET} 22