Skip to content

Commit 7d89386

Browse files
committed
Forgot to update sources/targets in the Makefile
1 parent ed75d08 commit 7d89386

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Makefile

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
sources = isrgrootx1.signing_policy \
22
letsencryptauthorityx3.signing_policy \
3-
letsencryptauthorityx4.signing_policy
3+
letsencryptauthorityx4.signing_policy \
4+
lets-encrypt-r3.signing_policy \
5+
lets-encrypt-r4.signing_policy \
46

57
targets = 23c2f850.signing_policy 4042bcee.signing_policy \
68
4a0a35c0.signing_policy 4f06f81d.signing_policy \
79
6187b673.signing_policy 929e297e.signing_policy \
8-
23c2f850.0 4042bcee.0 4a0a35c0.0 4f06f81d.0 6187b673.0 929e297e.0 \
10+
8d33f237.signing_policy dec71a0b.signing_policy \
11+
9f194ecd.signing_policy dd7d39a7.signing_policy \
12+
23c2f850.0 4042bcee.0 4a0a35c0.0 4f06f81d.0 6187b673.0 8d33f237.0 929e297e.0 9f194ecd.0 dec71a0b.0 dd7d39a7.0 \
913
isrgrootx1.pem \
10-
letsencryptauthorityx3.pem letsencryptauthorityx4.pem
14+
letsencryptauthorityx3.pem letsencryptauthorityx4.pem \
15+
lets-encrypt-r3.pem lets-encrypt-r4.pem
1116

1217
installfiles = $(targets) $(sources)
1318

0 commit comments

Comments
 (0)