]> git.donarmstrong.com Git - ca-certificates.git/blob - spi-inc.org/Makefile
Update release to 20121105
[ca-certificates.git] / spi-inc.org / 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