summaryrefslogtreecommitdiff
path: root/security/sequoia/files/patch-sop_Makefile
blob: bb76bf8320e4a38ea364a38ebc398cd900e2fdbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- sop/Makefile.orig	2020-08-31 20:14:59 UTC
+++ sop/Makefile
@@ -6,7 +6,8 @@ SOP			?= $(CARGO_TARGET_DIR)/debug/sqop
 
 # Tools.
 CARGO	?= cargo
-ifeq ($(shell uname -s), Darwin)
+
+ifneq ($(filter Darwin FreeBSD,$(shell uname -s)),"")
 	INSTALL		?= ginstall
 else
 	INSTALL		?= install