mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2025-09-02 22:06:58 +00:00
add a config template for the Makefile, and remove some unused variables
This commit is contained in:
11
dist/config.mak
vendored
Normal file
11
dist/config.mak
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
### 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
|
||||
|
Reference in New Issue
Block a user