https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269663
--- Comment #1 from Simon J. Gerraty <[email protected]> --- bmake is behaving as documented. You can used `.PRECIOUS` to indicate that the target should not be removed, and if you have a src file and target with same name use `.NOPATH` to indicate that the target should not be searched for via `.PATH` -- You are receiving this mail because: You are the assignee for the bug.
