K 10 svn:author V 4 ngie K 8 svn:date V 27 2019-05-02T14:40:21.295678Z K 7 svn:log V 317 Guard against cases where GCNOS would be empty, resulting in failed builds There are some Makefiles that install headers explicitly, without creating programs, e.g., `usr.sbin/amd/include`. In order to support this case moving forward, specifically test for _GCNO_SRCS being non-empty, then set GCNOS appropriately. END