From aada0cc1e27ec4cd12fb0cb7e2cc96a5ef3f9061 Mon Sep 17 00:00:00 2001 From: rob-deutsch Date: Thu, 20 Sep 2018 22:20:14 +1000 Subject: [PATCH] added freebsd cross-compile to 'make check' tests License: MIT Signed-off-by: Rob Deutsch --- mk/util.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mk/util.mk b/mk/util.mk index 449d6aa15..fa6eae8e4 100644 --- a/mk/util.mk +++ b/mk/util.mk @@ -20,6 +20,8 @@ SUPPORTED_PLATFORMS += linux-amd64 SUPPORTED_PLATFORMS += darwin-386 SUPPORTED_PLATFORMS += darwin-amd64 +SUPPORTED_PLATFORMS += freebsd-amd64 + space:= space+= comma:=,