<div dir="ltr">According to some material, my Makefile has something like this:<div><br></div><div><div>ROOT=.</div><div>PLATFORM=$(shell uname -s)</div><div>include $(ROOT)/Make.on.$(PLATFORM)</div></div><div><br></div><div>
With extra files like Make.on.NetBSD, Make.on.SunOS, Make.on.Linux ... containing different rules.</div><div><br></div><div>NetBSD and OmniOS seems doesn&#39;t recognize them and print out &quot;Could not find ./Make.on.&quot;</div>
<div><br></div><div>Any suggestions?</div></div>