summaryrefslogtreecommitdiffstats
path: root/ffi
diff options
context:
space:
mode:
Diffstat (limited to 'ffi')
-rw-r--r--ffi/Makefile2
-rw-r--r--ffi/lang/python/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/ffi/Makefile b/ffi/Makefile
index 0812845e..130a773d 100644
--- a/ffi/Makefile
+++ b/ffi/Makefile
@@ -20,7 +20,7 @@ else
endif
# Tools.
-ifneq ($(filter Darwin FreeBSD,$(shell uname -s)),"")
+ifneq ($(filter Darwin BSD,$(shell uname -s)),"")
INSTALL ?= ginstall
else
INSTALL ?= install
diff --git a/ffi/lang/python/Makefile b/ffi/lang/python/Makefile
index 99d8847d..57e1b91b 100644
--- a/ffi/lang/python/Makefile
+++ b/ffi/lang/python/Makefile
@@ -10,7 +10,7 @@ PYTHON ?= python3
IPYTHON ?= ipython3
PYTEST ?= pytest-3
-ifneq ($(filter Darwin FreeBSD,$(shell uname -s)),"")
+ifneq ($(filter Darwin BSD,$(shell uname -s)),"")
INSTALL ?= ginstall
else
INSTALL ?= install