[Bug 274272] usr.bin/bmake: does not create make if tests dir does not exist

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 06 Oct 2023 23:17:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274272

--- Comment #4 from Simon J. Gerraty <sjg@FreeBSD.org> ---
Simply changing the condition to

`.if ${.CURDIR:M*make} != ""`

would preserve the original intent and also meet your goal

-- 
You are receiving this mail because:
You are the assignee for the bug.