Log Message:
Sprinkle some "NetBSD_DISABLED_" prefixes in file names in Makefile
targets, to ensure that the associated commands do not run. This should
prevent source files from being overwritten at build time by autoconf
and friends. Fixes PR 45132.
hmm, this is a different style that we've used previously, and
does not have the same ugprade-friendliness, in that two added
lines merges more easily than a single changed line, and makes it
impossible to run these rules by hand. at times, i've done this
to re-generate the local file so i could commit the changes.
could you please convert these to the add 2 lines method? thanks.