On 10/28/2012 19:46, Mike Small wrote:
John Marino<[email protected]> writes:
I've just completed replacing DragonFly's legacy "make" program with
the latest version of NetBSD's "bmake" program, version 2012-10-10, in
the base system. The program name is still "make" of course.
So this will mean we will not need /usr/pkg/bin/bmake and can use the
system make for pkgsrc?
No, you still need bmake.
system make and pkgsrc bmake point at different locations for the
controlling bsd.*.mk files. Right now there's no easy one to move to
one tool.
John