Comparison

certs/Makefile @ 3836:2c4535e13f23

certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism (thanks Kev)
author Matthew Wild <mwild1@gmail.com>
date Wed, 08 Dec 2010 17:01:23 +0000
parent 3825:8cc803294fc4
child 5293:fe9215155453
comparison
equal deleted inserted replaced
3835:f6f0c460e1f2 3836:2c4535e13f23
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 openssl genrsa $(keysize) > $@ 29 openssl genrsa $(keysize) > $@
30 @chmod 400 -c $@ 30 @chmod 400 $@