From 9cffff30d2d60a038ffc9e86285cad6c6c32df93 Mon Sep 17 00:00:00 2001
From: Kim Alvefur <zash@zash.se>
Date: Thu, 3 Nov 2016 23:51:40 +0100
Subject: certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism
 ... again (thanks waqas)

---
 certs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/certs/Makefile b/certs/Makefile
index c709ff91..587fadc6 100644
--- a/certs/Makefile
+++ b/certs/Makefile
@@ -27,4 +27,4 @@ keysize=2048
 
 %.key:
 	umask 0077 && openssl genrsa -out $@ $(keysize)
-	@chmod 400 $@ -c
+	@chmod 400 $@
-- 
cgit v1.2.3