summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWiktor Kwapisiewicz <wiktor@metacode.biz>2020-10-14 10:50:53 +0200
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2020-10-14 10:53:53 +0200
commit0bbc8caa38ca6bcc7202d273a389e4af32c7c4ad (patch)
tree551f00ce58b2a0fd129563dd79e30ac38aa8453a /Makefile
parent69dcd5af55cfdc5bd409f589584fe426d8a2a315 (diff)
Make other BSD systems use ginstall too.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index edecdedd..c32c490e 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ TAR_FLAGS = --sort=name \
--mode=go=rX,u+rw,a-s \
--pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime
-ifneq ($(filter Darwin FreeBSD,$(shell uname -s)),"")
+ifneq ($(filter Darwin BSD,$(shell uname -s)),"")
INSTALL ?= ginstall
else
INSTALL ?= install