Is there a way to force an error in a BSD makefile without using a target? I'm looking for something like
.if ...some condition...
error bad configuration
.endif
This question is like "How to force an error in a gnumake file", but is for BSD makefiles.