Viewing File: /usr/share/doc/ca-certificates/examples/ca-certificates-local/Makefile

#
# Makefile
#

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

all:

clean:

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

Back to Directory File Manager