bmake: Update mk directory search path
authorJohn Marino <draco@marino.st>
Sat, 27 Oct 2012 09:01:53 +0000 (11:01 +0200)
committerJohn Marino <draco@marino.st>
Sat, 27 Oct 2012 09:54:17 +0000 (11:54 +0200)
commit2b01fcf91a45a96b9d5c8219b20a44e04972a8ee
tree679ab359eef214ce6e6e871f1b32b94fe5067a48
parentf21b88be4efdb06665bdb2458eb95cb2432b813e
bmake: Update mk directory search path

Rather than hardcoding /usr/share/mk as the only source for bsd.*.mk files,
use the .../ magic token to cause bmake to search above it for a share/mk
in its tree as suggest by Simon Gerraty.

Also set up the bootstrap tool version of bmake to exclusively use
the src version of share/mk.
usr.bin/bmake/Makefile