freebsd-dev/kerberos5/lib/libhdb
Cy Schubert 7ee18f5aad heimdal: Do not build a redundant source file
Heimdal's lib/hdb/db3.c is only built if DB3 is enabled, i.e. #if HAVE_DB3.
FreeBSD's bdb is DB1. Therefore the entire db3.c file is #ifdef'd out.
Let's avoid building a file that results in a useless object file.

MFC after:	1 week
2023-04-01 19:18:05 -07:00
..
Makefile heimdal: Do not build a redundant source file 2023-04-01 19:18:05 -07:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00