ca-certificates/cacert.org/Makefile

13 lines
108 B
Makefile
Raw Normal View History

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