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
This commit is contained in:
Cy Schubert 2023-03-31 20:43:10 -07:00
parent 4913a24e79
commit 7ee18f5aad
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ INCS= hdb-protos.h \
SRCS= common.c \
db.c \
db3.c \
dbinfo.c \
ext.c \
hdb-ldap.c \