2962a4be8e
Previously, they were defined in bsd.own.mk if USETOOLS=yes, but in bsd.sys.mk if USETOOLS!=yes. This caused makefiles that did this: .include <bsd.own.mk> FOO != ${TOOL_BAR} args... to work in the USETOOLS=yes case but not in the USETOOLS!=yes case.