mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2024-11-16 12:38:52 +00:00
12 lines
244 B
Makefile
12 lines
244 B
Makefile
### config.mak template for proxychains
|
|
#######################################
|
|
|
|
# just copy into proxychains root dir and adapt to your needs.
|
|
|
|
prefix = /usr/local/
|
|
libdir = $(prefix)/lib
|
|
|
|
exec_prefix = /usr/local
|
|
bindir = $(exec_prefix)/bin
|
|
|