summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:15:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:15:43 +0000
commit86bebf6ca095d3a90e19863515be77f6ec43f7f3 (patch)
tree667d05fbb7e3c8548a26a59680957c8b61f90b10 /sbin/Makefile
parentInitial commit. (diff)
downloadca-certificates-86bebf6ca095d3a90e19863515be77f6ec43f7f3.tar.xz
ca-certificates-86bebf6ca095d3a90e19863515be77f6ec43f7f3.zip
Adding upstream version 20230311.upstream/20230311upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
new file mode 100644
index 0000000..1976cc3
--- /dev/null
+++ b/sbin/Makefile
@@ -0,0 +1,14 @@
+#
+# Makefile
+#
+#
+
+SBINDIR = /usr/sbin
+
+all:
+
+clean:
+
+install:
+ install -d $(DESTDIR)$(SBINDIR)
+ install -m755 update-ca-certificates $(DESTDIR)$(SBINDIR)/