ca-certificates/sbin/Makefile
Julien Cristau 702bb40703 20211004 (patches unapplied)
Imported using git-ubuntu import.
2021-10-09 16:27:33 +00:00

14 lines
155 B
Makefile

#
# Makefile
#
#
SBINDIR = /usr/sbin
all:
clean:
install:
install -d $(DESTDIR)$(SBINDIR)
install -m755 update-ca-certificates $(DESTDIR)$(SBINDIR)/