ca-certificates-entrouvert/local/Makefile

14 lines
114 B
Makefile

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