summaryrefslogtreecommitdiff
path: root/sbin/Makefile
blob: 1976cc383cd28e3429d3a84bdb6e6d89d0d85bac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Makefile
#
#

SBINDIR = /usr/sbin

all:

clean:

install:
	install -d $(DESTDIR)$(SBINDIR)
	install -m755 update-ca-certificates $(DESTDIR)$(SBINDIR)/