summaryrefslogtreecommitdiffstats
path: root/sop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sop/Makefile')
-rw-r--r--sop/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sop/Makefile b/sop/Makefile
index 5ffb9b45..84cd75d1 100644
--- a/sop/Makefile
+++ b/sop/Makefile
@@ -6,7 +6,8 @@ SOP ?= $(CARGO_TARGET_DIR)/debug/sqop
# Tools.
CARGO ?= cargo
-ifeq ($(shell uname -s), Darwin)
+
+ifneq ($(filter Darwin BSD,$(shell uname -s)),"")
INSTALL ?= ginstall
else
INSTALL ?= install