From 0bbc8caa38ca6bcc7202d273a389e4af32c7c4ad Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Wed, 14 Oct 2020 10:50:53 +0200 Subject: Make other BSD systems use ginstall too. --- openpgp-ffi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpgp-ffi') 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 -- cgit v1.2.3