summaryrefslogtreecommitdiff
path: root/examples/ca-certificates-local/Makefile
blob: a87225225d4187039ffb9bc9ec3caf6e682039a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Makefile
#

LOCALCERTSDIR = /usr/local/share/ca-certificates

all:

clean:

install:
	mkdir -p $(DESTDIR)/$(LOCALCERTSDIR); \
	$(MAKE) -C local install LOCALCERTSDIR=$(DESTDIR)/$(LOCALCERTSDIR)