On Thu, Jul 03, 2025 at 10:40:43AM +0200, Thomas Klausner wrote: > > and that seems to be defined in: > /usr/src/external/bsd/zstd/Makefile.zstd:ZSTDDPLIBS= zstd ${ZSTD}/lib > > Any ideas for the proper fix?
I would try: .include "${NETBSDSRCDIR}/external/bsd/zstd/Makefile.zstd" and add ${ZSTDDPLIBS} to PROGDPLIBS. Martin