Subject: make obj failing very oddly.
To: None <current-users@netbsd.org>
From: Peter Seebach <seebs@plethora.net>
List: current-users
Date: 11/05/2001 12:45:36
# make obj
obj ===> tools
obj ===> tools/binstall
make: "/usr/src/share/mk/bsd.hostprog.mk" line 11: Could not find bsd.depall.mk
make: Fatal errors encountered -- cannot continue

Why is it looking at /usr/src/share/mk/bsd.hostprog.mk?  Why can't it
find bsd.depall.mk, which exists both in /usr/share/mk and in
/usr/src/share/mk?

-s