blob: 18bd0f80c9ae59ab283d8a6877dfbc100aab4dda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
SUBDIRS = osx
DIST_SUBDIRS = osx
confdir = $(sysconfdir)/tor
EXTRA_DIST = exitlist tor-tsocks.conf torify.1 TorControl.py tor.nsi tor.sh torctl ExerciseServer.py PathDemo.py
conf_DATA = tor-tsocks.conf
bin_SCRIPTS = torify
man_MANS = torify.1
|