On Sat, Aug 10, 2019 at 08:20:17AM -0400, Christos Zoulas wrote:
Module Name: src
Committed By: christos
Date: Sat Aug 10 12:20:17 UTC 2019
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Don't install PIC libraries by default because they are too big since they
contain debug symbols. I supplied a patch in PR/54449 to remove the debugging
symbols but folks preferred to not install them at all.
So 9.99.7 does not install *_pic.a any longer while earlier versions did.
Shouldn't they be marked as "obsolete" in the set lists?