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