From 86bebf6ca095d3a90e19863515be77f6ec43f7f3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:15:43 +0200 Subject: Adding upstream version 20230311. Signed-off-by: Daniel Baumann --- examples/ca-certificates-local/local/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/ca-certificates-local/local/Makefile (limited to 'examples/ca-certificates-local/local/Makefile') diff --git a/examples/ca-certificates-local/local/Makefile b/examples/ca-certificates-local/local/Makefile new file mode 100644 index 0000000..996cb12 --- /dev/null +++ b/examples/ca-certificates-local/local/Makefile @@ -0,0 +1,13 @@ +# +# Makefile +# + +all: + +clean: + +install: + for p in *.crt; do \ + install -m 644 $$p $(LOCALCERTSDIR)/$$p ; \ + done + -- cgit v1.2.3