ca-certificates/examples/ca-certificates-local/local/Makefile
Michael Shuler 9fa1e85c21 20130906 (patches unapplied)
Imported using git-ubuntu import.
2013-09-07 16:10:49 +00:00

13 lines
114 B
Makefile

#
# Makefile
#
all:
clean:
install:
for p in *.crt; do \
install -m 644 $$p $(LOCALCERTSDIR)/$$p ; \
done