]> git.donarmstrong.com Git - ca-certificates.git/blob - gouv.fr/Makefile
Added French Government's IGC/A CA (both DSA and RSA). (Closes: #416470)
[ca-certificates.git] / gouv.fr / Makefile
1 #
2 # Makefile
3 #
4
5 all:
6
7 clean:
8
9 install:
10         for p in *.crt; do \
11          install -m 644 $$p $(CERTSDIR)/$$p ; \
12         done
13