geoip: re-add Maxmind scripts

This commit is contained in:
Philip Prindeville
2020-05-25 14:05:42 -06:00
committed by Jan Engelhardt
parent 0021003dc7
commit c09d0704af
5 changed files with 375 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# -*- Makefile -*-
bin_SCRIPTS = xt_geoip_fetch
bin_SCRIPTS = xt_geoip_fetch xt_geoip_fetch_maxmind
pkglibexec_SCRIPTS = xt_geoip_build xt_geoip_dl
pkglibexec_SCRIPTS = xt_geoip_build xt_geoip_build_maxmind xt_geoip_dl xt_geoip_dl_maxmind
man1_MANS = xt_geoip_build.1 xt_geoip_dl.1 xt_geoip_fetch.1