If you don't manually build SMF repositories you can ignore this message. If you build illumos install media or appliance images you probably _do_ manually build SMF repositories. With the introduction of "16570 tools svccfg could be built more normally" the private native versions of `svccfg` and `svc.configd` have moved. If you build install media or appliance images you probably as part of your build process do a full offline SMF manifest import. You should look for references to `usr/src/cmd/svc/svccfg/svccfg-native` from your illumos workspace, and change them to the more usual `illumos-gate/usr/src/tools/proto/root_$(MACH)-nd/opt/onbld/bin/$(MACH)/svccfg` You should also look for `SVCCFG_CONFIGD_PATH` which should point to `usr/src/tools/proto/root_$(MACH)-nd/opt/onbld/bin/$(MACH)/svc.configd`. Sorry for any inconvenience.