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