blob: f02a5d58b8287becf04daadd0937c3a0e247cf4d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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
|