summaryrefslogtreecommitdiffstats
path: root/ffi/lang/python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ffi/lang/python/Makefile')
-rw-r--r--ffi/lang/python/Makefile2
1 files changed, 1 insertions, 1 deletions
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