add a config template for the Makefile, and remove some unused variables

This commit is contained in:
rofl0r
2011-09-10 22:43:30 +02:00
parent 76545db413
commit 1740dfbd66
2 changed files with 11 additions and 1 deletions

11
dist/config.mak vendored Normal file
View 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