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