RFC: Dealing with optionally built files like gssd during installworld

From: Rick Macklem <rick.macklem_at_gmail.com>
Date: Thu, 07 Aug 2025 22:57:19 UTC
Hi,

With my recent commit, the Makefile in usr.sbin only
builds a gssd if MK_KERBEROS_SUPPORT != "no".

Should this go into tools/build/mk/OptionalObsoleteFiles.inc?

And if so, is the path the one under /usr/obj for the build
or is the path just usr.sbin or ???

rick