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