summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-09-18 13:02:12 +0100
committerVincent Sanders <vince@kyllikki.org>2016-09-18 13:02:12 +0100
commit0deeebf9d637750b4957575baee45c5bc13edc1d (patch)
treea973d648f4f3ddb2ed5881f54aaa004706d6789e /Makefile
parente5de315d3e85f55839ec5b166dbfbb515c3164a4 (diff)
downloadlibnspsl-0deeebf9d637750b4957575baee45c5bc13edc1d.tar.gz
libnspsl-0deeebf9d637750b4957575baee45c5bc13edc1d.tar.bz2
move public suffic list database out of source
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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