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/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ffi/lang/python/Makefile b/ffi/lang/python/Makefile
index 429a133e..57e1b91b 100644
--- a/ffi/lang/python/Makefile
+++ b/ffi/lang/python/Makefile
@@ -9,7 +9,8 @@ CFLAGS += -I../../include -I../../../openpgp-ffi/include
PYTHON ?= python3
IPYTHON ?= ipython3
PYTEST ?= pytest-3
-ifeq ($(shell uname -s), Darwin)
+
+ifneq ($(filter Darwin BSD,$(shell uname -s)),"")
INSTALL ?= ginstall
else
INSTALL ?= install