certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism ... again (thanks waqas)

This commit is contained in:
Kim Alvefur 2016-11-03 23:51:40 +01:00
parent 98df7c1fb7
commit f8b911269b

View file

@ -27,4 +27,4 @@ keysize=2048
%.key:
umask 0077 && openssl genrsa -out $@ $(keysize)
@chmod 400 $@ -c
@chmod 400 $@