diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:10:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:10:40 +0000 |
commit | 566fd589c5ee5d23902ef807f0fde30701b9db93 (patch) | |
tree | 6c661dce007545291cfc2f515a7af6cc15a418ff /sbin/Makefile | |
parent | Initial commit. (diff) | |
download | ca-certificates-566fd589c5ee5d23902ef807f0fde30701b9db93.tar.xz ca-certificates-566fd589c5ee5d23902ef807f0fde30701b9db93.zip |
Adding upstream version 20240203.upstream/20240203upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 14 |
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)/ |