Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
self
/
root
/
usr
/
share
/
doc
/
ca-certificates
/
examples
/
ca-certificates-local
/
local
/
//proc/self/root/usr/share/doc/ca-certificates/examples/ca-certificates-local/local/Makefile
# # Makefile # all: clean: install: for p in *.crt; do \ install -m 644 $$p $(LOCALCERTSDIR)/$$p ; \ done