HomeFreeBSD

heimdal: Do not build a redundant source file

Description

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

Details

Provenance
cyAuthored on Apr 1 2023, 3:43 AM
Parents
rG4913a24e7910: cxgbetool(8): Add support for tracing loopback traffic for a port.
Branches
Unknown
Tags
Unknown