summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi
diff options
context:
space:
mode:
authorphryk <phryk@wzff.de>2020-08-26 18:47:33 +0200
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2020-10-14 10:53:49 +0200
commit69dcd5af55cfdc5bd409f589584fe426d8a2a315 (patch)
tree1898b18402f878b5bd13582346c20a2d68a1ab46 /openpgp-ffi
parent1e503d7f545c2152adc80ed5d4d92053542fcce0 (diff)
Modified conditional to set INSTALL executable to ginstall for FreeBSD.
Diffstat (limited to 'openpgp-ffi')
-rw-r--r--openpgp-ffi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp-ffi/Makefile b/openpgp-ffi/Makefile
index b6a378fa..14c14b3d 100644
--- a/openpgp-ffi/Makefile
+++ b/openpgp-ffi/Makefile
@@ -20,7 +20,7 @@ else
endif
# Tools.
-ifeq ($(shell uname -s), Darwin)
+ifneq ($(filter Darwin FreeBSD,$(shell uname -s)),"")
INSTALL ?= ginstall
else
INSTALL ?= install