Comparison

certs/Makefile @ 7713:003ee2be2635

certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism ... again (thanks waqas)
author Kim Alvefur <zash@zash.se>
date Thu, 03 Nov 2016 23:51:40 +0100
parent 7030:b5bc9f77f096
child 7714:dedd2098267c
comparison
equal deleted inserted replaced
7678:99abf5a5d8d3 7713:003ee2be2635
25 %.cnf: 25 %.cnf:
26 sed 's,example\.com,$*,g' openssl.cnf > $@ 26 sed 's,example\.com,$*,g' openssl.cnf > $@
27 27
28 %.key: 28 %.key:
29 umask 0077 && openssl genrsa -out $@ $(keysize) 29 umask 0077 && openssl genrsa -out $@ $(keysize)
30 @chmod 400 $@ -c 30 @chmod 400 $@