summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp-ffi/Makefile')
-rw-r--r--openpgp-ffi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp-ffi/Makefile b/openpgp-ffi/Makefile
index 14c14b3d..8a22a37b 100644
--- a/openpgp-ffi/Makefile
+++ b/openpgp-ffi/Makefile
@@ -20,7 +20,7 @@ else
endif
# Tools.
-ifneq ($(filter Darwin FreeBSD,$(shell uname -s)),"")
+ifneq ($(filter Darwin BSD,$(shell uname -s)),"")
INSTALL ?= ginstall
else
INSTALL ?= install