From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Wed, 17 Oct 2012 21:54:42 +0200 Subject: [PATCH] Fix paths for building in FreeBSD In-Reply-To: References: <20121017162310.GA5007@therub.org> <20121017163918.GB5007@therub.org> <20121017164555.GC5007@therub.org> Message-ID: On Wed, Oct 17, 2012 at 9:44 PM, D?en wrote: > but there does not seem to be a way to implement such a complex condition > with GNU make. ifeq ($(uname_S),$(filter $(uname_S),FreeBSD OpenBSD)) ugly, but that works. > Maybe we should consider to switch to BSD-style Makefiles? Keep dreaming!