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

This commit is contained in:
Matthew Wild 2010-12-08 17:01:23 +00:00
parent 6d97b7d9d3
commit e3a8fa54c0

View file

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