mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-05 12:16:38 +02:00

"fetch" sounds a bit like "download", but that is not what this utility does. Calling it "query" seems more appropriate.
10 lines
263 B
Makefile
10 lines
263 B
Makefile
# -*- Makefile -*-
|
|
|
|
bin_SCRIPTS = xt_geoip_query
|
|
|
|
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_build_maxmind.1 xt_geoip_dl_maxmind.1 \
|
|
xt_geoip_query.1
|