mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
10 lines
136 B
Makefile
10 lines
136 B
Makefile
|
confdir = $(sysconfdir)/tor
|
||
|
|
||
|
EXTRA_DIST = tor-tsocks.conf
|
||
|
|
||
|
conf_DATA = tor-tsocks.conf
|
||
|
|
||
|
bin_PROGRAMS = torify
|
||
|
|
||
|
dist_man_MANS = torify.1
|