mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
4ead083dbc
svn:r14794
17 lines
247 B
Makefile
17 lines
247 B
Makefile
confdir = $(sysconfdir)/tor
|
|
|
|
tordatadir = $(datadir)/tor
|
|
|
|
EXTRA_DIST = geoip
|
|
# fallback-consensus
|
|
|
|
conf_DATA = torrc.sample
|
|
|
|
tordata_DATA = geoip
|
|
# fallback_consensus
|
|
|
|
# If we don't have it, fake it.
|
|
fallback-consensus:
|
|
touch fallback-consensus
|
|
|