blob: a073c9108049ffe269653466d2b61fb3389e8e5b (
plain)
1
2
3
4
5
6
7
8
9
|
confdir = $(sysconfdir)/tor
EXTRA_DIST = tor-tsocks.conf torify.1 tor-resolve.1 tor.spec tor-resolve
conf_DATA = tor-tsocks.conf
bin_SCRIPTS = torify tor-resolve
man_MANS = torify.1 tor-resolve.1
|