mirror of
https://git.launchpad.net/ubuntu/+source/ca-certificates
synced 2025-09-18 21:39:43 +00:00
14 lines
155 B
Makefile
14 lines
155 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
#
|
|
|
|
SBINDIR = /usr/sbin
|
|
|
|
all:
|
|
|
|
clean:
|
|
|
|
install:
|
|
install -d $(DESTDIR)$(SBINDIR)
|
|
install -m755 update-ca-certificates $(DESTDIR)$(SBINDIR)/
|