`make tinderbox`
`find ${MAKEOBJDIRPREFIX} -name smbios.ko -o -name vpd.ko -o -name smapi.ko | egrep 'clean/base/.*/GENERIC/'`
Before: All three are present for `i386.i386`, and none are present for any other platform.
After: All three are present for `i386.i386` and `pc98.i386`, and `smbios.ko` and `vpd.ko` are present for `amd64.amd64`.