From 0deeebf9d637750b4957575baee45c5bc13edc1d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 18 Sep 2016 13:02:12 +0100 Subject: move public suffic list database out of source --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1a9c1ed..2877679 100644 --- a/Makefile +++ b/Makefile @@ -46,3 +46,7 @@ I := /$(INCLUDEDIR) INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/nspsl.h INSTALL_ITEMS := $(INSTALL_ITEMS) /$(LIBDIR)/pkgconfig:lib$(COMPONENT).pc.in INSTALL_ITEMS := $(INSTALL_ITEMS) /$(LIBDIR):$(OUTPUT) + +# obtain public suffix list database from upstream +public_suffix_list.dat: + wget -O $@ https://publicsuffix.org/list/public_suffix_list.dat -- cgit v1.2.3