--- sqv/Makefile.orig	2020-08-31 20:15:16 UTC
+++ 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
