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